Skip to content

Commit

Permalink
chore: fix mut error
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 26, 2024
1 parent 60234cf commit bbe603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publication/publication.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub mod Publications {

fn comment(
ref self: ContractState,
referencePubParams: ReferencePubParams,
mut referencePubParams: ReferencePubParams,
profile_address: ContractAddress
) -> u256 {
let pubIdAssigned = self
Expand Down

0 comments on commit bbe603e

Please sign in to comment.