From fd648d08cda6f246070570ab03c16befe7f00234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 23 Jan 2024 09:50:26 +0100 Subject: [PATCH] Update lib/stats-fetchers.js Co-authored-by: Julian Gruber --- lib/stats-fetchers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stats-fetchers.js b/lib/stats-fetchers.js index 7b0202f..706874a 100644 --- a/lib/stats-fetchers.js +++ b/lib/stats-fetchers.js @@ -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