Skip to content

Commit

Permalink
Bumped daily report goal back up to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Sep 13, 2023
1 parent bf0ed26 commit 34ebc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/report_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 34ebc77

Please sign in to comment.