fix(server): wrap read-modify-write apis with distributed lock (#5979)

This commit is contained in:
DarkSky
2024-03-15 13:31:11 +08:00
committed by GitHub
parent fd4e4123f5
commit 34f892b05b
20 changed files with 412 additions and 79 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "../../../../tsconfig.json",
"compilerOptions": {
"composite": true,
"target": "ESNext",
"target": "ES2022",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"rootDir": ".",