Skip to content

Commit

Permalink
Another one!
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Nov 10, 2023
1 parent 2797675 commit e0b223a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/surfrad/server/dataFunctions/data_dailymodelcycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ dataDailyModelCycle = function (plotParams, plotFunction) {

let d;
if (!diffFrom) {
let queryResult;
const startMoment = moment();
let finishMoment;
try {
statement =
"select m0.secs as avtime, " +
"count(distinct m0.secs) as N_times, " +
"min(m0.secs) as min_secs, " +
Expand Down

0 comments on commit e0b223a

Please sign in to comment.