Skip to content

Commit

Permalink
chore: NIP
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Feb 14, 2022
1 parent 6583c1b commit f51592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/comment/comment.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import { ExtendModel } from '@app/models/extend.model'

export const COMMENT_STATES = [
CommentState.Auditing,
CommentState.Deleted,
CommentState.Published,
CommentState.Deleted,
CommentState.Spam,
] as const

Expand Down

0 comments on commit f51592a

Please sign in to comment.