Skip to content

Commit

Permalink
Remove the any explicit type and the ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jul 7, 2024
1 parent 54165e2 commit a4c9521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app.fluidity.money/app/util/chainUtils/sui/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const internalSwap = async (
onError: () => {
resolve("");
},
// @ts-ignore
onSuccess: (result) => {
resolve(result.digest);
},
Expand Down

0 comments on commit a4c9521

Please sign in to comment.