Skip to content

Commit

Permalink
refactor: Update room lastMessageUpdatedAt field in MessageController
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 25, 2024
1 parent 5dabbe2 commit 9ad3861
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 81 deletions.
91 changes: 12 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "dist/server.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"node-appwrite": "^11.0.0"
"node-appwrite": "^13.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.15",
Expand Down

0 comments on commit 9ad3861

Please sign in to comment.