avoid conflict with export PR
This commit is contained in:
parent
ebaebe0aad
commit
8f540164df
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const decrypt = async (encryptedData: string) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export const cryptoUtils = {
|
export const cryptoUtils = {
|
||||||
isEncrypted,
|
|
||||||
encrypt,
|
encrypt,
|
||||||
decrypt,
|
decrypt,
|
||||||
|
isEncrypted,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue