Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijoshi2k-2 committed Aug 14, 2024
1 parent 2332498 commit e3144dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GAS/verification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '[email protected]') {
return {
status: 'error',
message:
Expand Down
2 changes: 1 addition & 1 deletion automation/current.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AKfycbyGsJ6_DymhTzMM0dr7TcftkXW4EkT2tpD4J0tTMxY4-PsbxaO1qxIJyWr37U4nOc68
AKfycbwwxi-BBBk72KFJOxALzFYL66rzKbIJ6bSK6R34T3lDyTFxs5T4Uh3eaz09cFEMN8wc
2 changes: 1 addition & 1 deletion docs/js/index.js
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit e3144dc

Please sign in to comment.