Skip to content

Commit

Permalink
Update current quarter constant for quarter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Jan 27, 2021
1 parent 5c8ee99 commit 9cce885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TERM_NAMES = {
4: ["FY", "S2", "Q4"]
};

const CURRENT_QUARTER = 2;
const CURRENT_QUARTER = 3;

TERM_NAMES[0] = TERM_NAMES[CURRENT_QUARTER];

Expand Down

0 comments on commit 9cce885

Please sign in to comment.