Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Oct 7, 2024
1 parent 08bfd63 commit 2c36040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/utils/iiConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ export class AuthenticatedConnection extends Connection {

updateIdentityMetadata = (
partialMetadata: Partial<IdentityMetadata>
): Promise<void> => {
) => {
return this.metadataRepository.updateMetadata(partialMetadata);
};

Expand Down

0 comments on commit 2c36040

Please sign in to comment.