Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Apr 11, 2024
1 parent 36a394b commit c88b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolver.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mod Resolver {
self.ownable.initializer(owner);
self.public_key.write(_public_key);
self.store_uri(uri);
self.emit(StarknetIDOffChainResolverUpdate { uri: uri, });
self.emit(StarknetIDOffChainResolverUpdate { uri });
}

#[external(v0)]
Expand Down

0 comments on commit c88b2cc

Please sign in to comment.