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 3a9a6e2 commit 1d67b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system-server/src/handler/replicate/update.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { ObjectId } from "mongodb"
import { CN_REPLICATE_AUTH } from "../../constants"
import { DatabaseAgent } from "../../../../app-service/src/db"
import { Request, Response } from "express"
import { CONST_DICTS } from "../../constants"
import { checkPermission } from "../../support/permission"
import { IApplicationData } from "../../support/application"
import { DatabaseAgent } from "../../db"

/**
* handle update replicate auth
Expand Down

0 comments on commit 1d67b05

Please sign in to comment.