Allocamelus / Allocamelus

Detected the use of variables before they are defined JS-0357
Anti-pattern
Major
2 years ago3 years old
'deriveKeys' was used before it was defined
 73    };
 74  }
 75
 76  const { authKey, pgpPassphrase } = await deriveKeys(hash); 77
 78  return {
 79    saltEncoded: hash.encoded,