Skip to content

Commit

Permalink
Merge pull request #106 from TogetherCrew/103-add-twitter-related-fie…
Browse files Browse the repository at this point in the history
…lds-to-user-schema

103 add twitter related fields to user schema
  • Loading branch information
cyri113 authored Sep 14, 2023
2 parents a8e0f51 + dd2378f commit 713a47e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.4.98",
"version": "2.4.99",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/models/schemas/User.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const userSchema = new Schema<IUser, UserModel>(
},
twitterConnectedAt: {
type: Date,
default: null,
},
},
{ timestamps: true },
Expand Down

0 comments on commit 713a47e

Please sign in to comment.