Ver Fonte

Fix encrypt

a3957273 há 1 ano atrás
pai
commit
b4c14219b6
1 ficheiros alterados com 2 adições e 2 exclusões
  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";
 
 /**