diff --git a/GAS/verification.js b/GAS/verification.js index ce3d5fc..ae03469 100644 --- a/GAS/verification.js +++ b/GAS/verification.js @@ -9,7 +9,7 @@ const verification = (e, ss) => { let statusSheet = ss.getSheetByName('Form Status'); let maintenance = statusSheet.getRange(3, 2).getValue(); - if (maintenance === 'On') { + if (maintenance === 'On' && passEmail != 'abhijoshi2k@gmail.com') { return { status: 'error', message: diff --git a/automation/current.txt b/automation/current.txt index a8145f8..86120fb 100644 --- a/automation/current.txt +++ b/automation/current.txt @@ -1 +1 @@ -AKfycbyGsJ6_DymhTzMM0dr7TcftkXW4EkT2tpD4J0tTMxY4-PsbxaO1qxIJyWr37U4nOc68 \ No newline at end of file +AKfycbwwxi-BBBk72KFJOxALzFYL66rzKbIJ6bSK6R34T3lDyTFxs5T4Uh3eaz09cFEMN8wc \ No newline at end of file diff --git a/docs/js/index.js b/docs/js/index.js index 2a8b4fe..c564328 100644 --- a/docs/js/index.js +++ b/docs/js/index.js @@ -1,2 +1,2 @@ let scLink = - 'https://script.google.com/macros/s/AKfycbyGsJ6_DymhTzMM0dr7TcftkXW4EkT2tpD4J0tTMxY4-PsbxaO1qxIJyWr37U4nOc68/exec'; + 'https://script.google.com/macros/s/AKfycbwwxi-BBBk72KFJOxALzFYL66rzKbIJ6bSK6R34T3lDyTFxs5T4Uh3eaz09cFEMN8wc/exec';