diff --git a/chainlink-functions/source/index.js b/chainlink-functions/source/index.js index 23b05fa..5e2bd5a 100644 --- a/chainlink-functions/source/index.js +++ b/chainlink-functions/source/index.js @@ -600,8 +600,6 @@ class SxTProof { } catch (e) { return Functions.encodeString("Failed: ", e); } - - } }