Skip to content

Commit

Permalink
PKG - [fcl] Restore missing import statement (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry committed Mar 22, 2023
1 parent 82feaaf commit a46a665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-lemons-remain.md
@@ -0,0 +1,5 @@
---
"@onflow/fcl": patch
---

Restore missing import statement
1 change: 1 addition & 0 deletions packages/fcl/src/exec/mutate.js
Expand Up @@ -3,6 +3,7 @@ import {normalizeArgs} from "./utils/normalize-args"
import {currentUser} from "../current-user"
import {prepTemplateOpts} from "./utils/prep-template-opts.js"
import {preMutate} from "./utils/pre.js"
import {isNumber} from "./utils/is"

/**
* @description
Expand Down

0 comments on commit a46a665

Please sign in to comment.