Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 12, 2024
1 parent 432e896 commit c809c23
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 533 deletions.
3 changes: 2 additions & 1 deletion src/db/httpDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export class HttpDB extends BaseCommonDB implements CommonDB {
updateSaveMethod: false,
insertSaveMethod: false,
transactions: false,
updateByQuery: false,
patchByQuery: false,
increment: false,
}

constructor(public cfg: HttpDBCfg) {
Expand Down
Loading

0 comments on commit c809c23

Please sign in to comment.