瀏覽代碼

Fix encrypt

a3957273 1 年之前
父節點
當前提交
b4c14219b6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/core/operations/FernetEncrypt.mjs

+ 2 - 2
src/core/operations/FernetEncrypt.mjs

@@ -4,8 +4,8 @@
  * @license Apache-2.0
  */
 
-import Operation from "../Operation";
-import OperationError from "../errors/OperationError";
+import Operation from "../Operation.mjs";
+import OperationError from "../errors/OperationError.mjs";
 import fernet from "fernet";
 
 /**