Skip to content

Commit

Permalink
Merge pull request #109 from TogetherCrew/107-add-new-field-to-rawinf…
Browse files Browse the repository at this point in the history
…o-schema-to-track-webhook-messages

107 add new field to rawinfo schema to track webhook messages
  • Loading branch information
cyri113 authored Sep 20, 2023
2 parents 28932ba + 5f3f4e4 commit abbeca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "2.5.00",
"version": "2.5.01",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/RawInfo.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface IRawInfoUpdateBody {
threadId?: Snowflake | null;
threadName?: string | null;
content?: string;
isGeneratedByWebhook: boolean;
isGeneratedByWebhook?: boolean;
}

export interface RawInfoModel extends Model<IRawInfo> {
Expand Down

0 comments on commit abbeca4

Please sign in to comment.