fixed mongodb type bug

This commit is contained in:
k8w
2022-01-11 21:16:25 +08:00
parent 5afb16e2bb
commit 6707825188
15 changed files with 56 additions and 47 deletions

View File

@@ -19,6 +19,6 @@
"typescript": "^4.4.3"
},
"dependencies": {
"tsrpc": "^3.0.9"
"tsrpc": "^3.1.7"
}
}
}