Skip to content

Commit

Permalink
fix(replicate): Fix. db instance import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
laf-yun committed Apr 30, 2022
1 parent 9b764a4 commit 3a9a6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system-server/src/handler/replicate/delete.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DatabaseAgent } from "./../../../../app-service/src/db"
import { DatabaseAgent } from '../../db'
import { Request, Response } from "express"
import { CN_APPLICATIONS, CONST_DICTS } from "../../constants"
import { IApplicationData } from "../../support/application"
Expand Down

0 comments on commit 3a9a6e2

Please sign in to comment.