Skip to content

Commit

Permalink
fix: make qualifiesForVlq public
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jun 7, 2024
1 parent a14d145 commit fee29c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserscriptTools/Post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export default class Post {
return Boolean(deleteButton) || (userRep > 20_000 && this.score < 0);
}

private qualifiesForVlq(): boolean {
public qualifiesForVlq(): boolean {
const dayMillis = 1000 * 60 * 60 * 24;

// a post can't be flagged as VLQ if it has a positive score
Expand Down

0 comments on commit fee29c2

Please sign in to comment.