This commit is contained in:
Manav Rathi
2024-08-19 21:16:00 +05:30
parent 63d65a4311
commit 0a35291084

View File

@@ -238,7 +238,8 @@ const saveRemoteUserEntityKey = (
* Generate a new entity key and return it after encrypting it using the user's
* master key.
*/
const generateEncryptedEntityKey = async () =>
// TODO: Temporary export to silence lint
export const generateEncryptedEntityKey = async () =>
encryptBoxB64(await generateBoxKey(), await masterKeyFromSession());
/**