소스 검색

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";
 
 /**