Skip to content

Commit

Permalink
💄 Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 25, 2024
1 parent f1bafeb commit a63c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/systems/registry.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ mod Registry {
let caller: felt252 = starknet::get_caller_address().into();
self.trackable.remove(world, caller, world_address, namespace, identifier);
}

fn pin(self: @ContractState, achievement_id: felt252) {
let world: WorldStorage = self.world_storage();
let caller: felt252 = starknet::get_caller_address().into();
Expand Down

0 comments on commit a63c83f

Please sign in to comment.