Skip to content

Commit

Permalink
fix: remove psycho_hazard property from PsychoPass interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed May 13, 2024
1 parent e9dc8ae commit 622e0ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/backend/psychopass/psychoPasses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export interface PsychoPass {
platform: number;
user_id: string;
messages: number;
psycho_hazard: boolean;

toxicity: number;
severe_toxicity: number;
Expand Down

0 comments on commit 622e0ee

Please sign in to comment.