Skip to content

Commit

Permalink
PKG -- [fcl] Fix return type for fcl.mutate (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored May 12, 2023
1 parent a669ea3 commit 2f10082
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-spiders-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl": patch
---

Fix return type for fcl.mutate
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fcl/src/exec/mutate.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {isNumber} from "./utils/is"
* @param {import("../fcl").ArgsFn} [opts.args] - Arguments passed to cadence transaction
* @param {object} [opts.template] - Interaction Template for a transaction
* @param {number} [opts.limit] - Compute Limit for transaction
* @returns {string} Transaction Id
* @returns {Promise<string>} Transaction Id
*
* @example
* fcl.mutate({
Expand Down

0 comments on commit 2f10082

Please sign in to comment.