mirror of https://github.com/status-im/js-waku.git
fix: missing extension
This commit is contained in:
parent
d9cdb78f8a
commit
148123a756
|
@ -1,4 +1,4 @@
|
|||
import { Symmetric } from "./constants";
|
||||
import { Symmetric } from "./constants.js";
|
||||
import { getSubtle, randomBytes } from "./crypto.js";
|
||||
|
||||
export async function encrypt(
|
||||
|
|
Loading…
Reference in New Issue