Skip to content

Commit

Permalink
Update lib/stats-fetchers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Gruber <[email protected]>
  • Loading branch information
bajtos and juliangruber authored Jan 23, 2024
1 parent c334b2e commit fd648d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stats-fetchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const fetchDailyParticipants = async (pgPool, filter) => {
* @param {import('./typings').Filter} filter
*/
export const fetchMonthlyParticipants = async (pgPool, filter) => {
// Fetch the "day" (DATE) as a string (TEXT) to prevent node-postgres for converting it into
// Fetch the "day" (DATE) as a string (TEXT) to prevent node-postgres from converting it into
// a JavaScript Date with a timezone, as that could change the date one day forward or back.
const { rows } = await pgPool.query(`
SELECT
Expand Down

0 comments on commit fd648d0

Please sign in to comment.