Skip to content

Commit 3a9a6e2

Browse files
committed
fix(replicate): Fix. db instance import bug
1 parent 9b764a4 commit 3a9a6e2

File tree

1 file changed

+1
-1
lines changed
  • packages/system-server/src/handler/replicate

1 file changed

+1
-1
lines changed

packages/system-server/src/handler/replicate/delete.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DatabaseAgent } from "./../../../../app-service/src/db"
1+
import { DatabaseAgent } from '../../db'
22
import { Request, Response } from "express"
33
import { CN_APPLICATIONS, CONST_DICTS } from "../../constants"
44
import { IApplicationData } from "../../support/application"

0 commit comments

Comments
 (0)