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';