diff --git a/lib/utils/fun.js b/lib/utils/fun.js index 82d4aca..e7599db 100644 --- a/lib/utils/fun.js +++ b/lib/utils/fun.js @@ -28,7 +28,6 @@ const equalsOrThrow = (v1, v2, t) => const isBase64 = (value) => Buffer.from(value, "base64").toString("base64") === value; - const clone = (o) => JSON.parse(JSON.stringify(o));