avoid conflict with export PR

This commit is contained in:
Jakub Trávník 2025-12-01 12:23:47 +01:00
parent ebaebe0aad
commit 8f540164df

View file

@ -60,7 +60,7 @@ const decrypt = async (encryptedData: string) => {
};
export const cryptoUtils = {
isEncrypted,
encrypt,
decrypt,
isEncrypted,
};