Skip to content

Commit

Permalink
Bugfix for Custom Datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Jan 1, 2025
1 parent 12317c0 commit d435e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ function Schedule() {
break;
case 'custom':
console.warn('You have chosen a custom datasource! Please publish this Apps Script project as a web app');
break;
default:
throw 'Invalid datasource';
}
Expand Down

0 comments on commit d435e2c

Please sign in to comment.