From a46a6650b643e8545a7d58f96a1fe55a3ab0d414 Mon Sep 17 00:00:00 2001 From: Justin <328965+justinbarry@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:34:32 -0700 Subject: [PATCH] PKG - [fcl] Restore missing import statement (#1595) --- .changeset/honest-lemons-remain.md | 5 +++++ packages/fcl/src/exec/mutate.js | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/honest-lemons-remain.md diff --git a/.changeset/honest-lemons-remain.md b/.changeset/honest-lemons-remain.md new file mode 100644 index 000000000..982744f66 --- /dev/null +++ b/.changeset/honest-lemons-remain.md @@ -0,0 +1,5 @@ +--- +"@onflow/fcl": patch +--- + +Restore missing import statement diff --git a/packages/fcl/src/exec/mutate.js b/packages/fcl/src/exec/mutate.js index 526bdb71a..162450556 100644 --- a/packages/fcl/src/exec/mutate.js +++ b/packages/fcl/src/exec/mutate.js @@ -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