Skip to content

Commit

Permalink
fix: 修复引用 cloud-functin-engine 路径错误;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 3, 2021
1 parent d44c817 commit a8e49cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-server/src/lib/policy-agent/policy-agent.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert = require("assert")
import { AccessorInterface, Params, Policy } from "less-api"
import { CloudFunction } from "../../../../cloud-function-engine/dist"
import { CloudFunction } from "cloud-function-engine"
import { getFunctionByName } from "../../api/function"
import { Globals } from "../globals/globals"
import { InjectionGetter, PolicyAgentInterface, PolicyComposition, PolicyDataStruct } from "./types"
Expand Down

0 comments on commit a8e49cc

Please sign in to comment.