Skip to content

Commit

Permalink
Update __fixtures__/schema-data/public-methods/contract.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Nov 12, 2024
1 parent c2d4f3f commit 101d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __fixtures__/schema-data/public-methods/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export class MyContract {
public removeToken(index: number) {
this.state.tokens.splice(index, 1);
}
}
}

0 comments on commit 101d680

Please sign in to comment.