From 34ebc779c44e730f65695d59a4710e387ba58630 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Wed, 13 Sep 2023 05:34:29 -0600 Subject: [PATCH] Bumped daily report goal back up to 10 --- src/lib/report_manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/report_manager.ts b/src/lib/report_manager.ts index b031734627..5a5d8d1d20 100644 --- a/src/lib/report_manager.ts +++ b/src/lib/report_manager.ts @@ -31,7 +31,7 @@ import { emitNotification } from "Notifications"; import { browserHistory } from "ogsHistory"; import { get, post } from "requests"; -export const DAILY_REPORT_GOAL = 4; +export const DAILY_REPORT_GOAL = 10; export interface Report { id: number;