Skip to content

Commit

Permalink
At some point an extra space messed up the linter, curse it
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Nov 10, 2023
1 parent 92536a0 commit 2797675
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dataDailyModelCycle = function (plotParams, plotFunction) {
const statisticClause =
"sum(m0.yy) as hit, sum(m0.yn) as fa, sum(m0.ny) as miss, sum(m0.nn) as cn, group_concat(m0.valid_time, ';', m0.yy, ';', m0.yn, ';', m0.ny, ';', m0.nn order by m0.valid_time) as sub_data, count(m0.yy) as N0";

const dateClause = `and m0.valid_time >= ${fromSecs} and m0.valid_time <= ${toSecs}`;
const dateClause = `and m0.valid_time >= ${fromSecs} and m0.valid_time <= ${toSecs}`;

const regionStr = curve.region;
const region = Object.keys(
Expand Down

0 comments on commit 2797675

Please sign in to comment.