Skip to content

Commit

Permalink
Herp derp Oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Jun 26, 2023
1 parent a2cdaaf commit bf22114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code.gs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const cwopValidationCode = null;
*/

let version = 'v2.3.0';
let version = 'v2.3.0.1';

function Schedule() {
ScriptApp.getProjectTriggers().forEach(trigger => ScriptApp.deleteTrigger(trigger));
Expand Down Expand Up @@ -485,7 +485,7 @@ function refreshFromAmbientWeather_() {

console.log(JSON.stringify(conditions));

// CacheService.getScriptCache().put('conditions', JSON.stringify(conditions), 21600);
CacheService.getScriptCache().put('conditions', JSON.stringify(conditions), 21600);

return JSON.stringify(conditions);

Expand Down

0 comments on commit bf22114

Please sign in to comment.