From 9e18f5243aa36a15a8ad0685c285c4c4a4115d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 11 Sep 2019 18:21:59 +0200 Subject: [PATCH] jshint --- dev/examples/zapier/creates/thirdparty.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/examples/zapier/creates/thirdparty.js b/dev/examples/zapier/creates/thirdparty.js index d53692afd09..82cc39f8fab 100644 --- a/dev/examples/zapier/creates/thirdparty.js +++ b/dev/examples/zapier/creates/thirdparty.js @@ -1,3 +1,4 @@ +/*jshint esversion: 6 */ // create a particular thirdparty by name const createThirdparty = async (z, bundle) => { const apiurl = bundle.authData.url + '/api/index.php/thirdparties';