Skip to content

Commit

Permalink
feat - update autosail constraints type
Browse files Browse the repository at this point in the history
  • Loading branch information
jaga-live committed Feb 3, 2024
1 parent 96317e6 commit 4428870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/auto-sail/enum/auto-sail-constraints-type.enum.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export enum AutoSailConstraintsType {
MESSAGE = 'message',
CREATED_AT = 'createdAt',
PLAIN_MESSAGE = 'plainMessage',
USER_ID = 'userId',
CHANNEL_ID = 'channelId',
CREATED_AT = 'createdAt',
CURRENT_DATE = 'currentDate',
}

0 comments on commit 4428870

Please sign in to comment.