Skip to content

Commit

Permalink
🐛 Fix typo in moderation review state check
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Nov 16, 2024
1 parent 0fc4c7e commit ea1aca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automod/engine/fetch_account_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (e *Engine) GetAccountMeta(ctx context.Context, ident *identity.Identity) (
ap.ReviewState = ReviewStateEscalated
case "#reviewClosed":
ap.ReviewState = ReviewStateClosed
case "#reviewNonde":
case "#reviewNone":
ap.ReviewState = ReviewStateNone
}
}
Expand Down

0 comments on commit ea1aca3

Please sign in to comment.