mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
boolean, not true. derp
This commit is contained in:
@@ -305,7 +305,7 @@ export default class RuntimeBackground {
|
||||
}
|
||||
|
||||
const reseed124Key = 'reseededStorage124';
|
||||
const reseeded124 = await this.storageService.get<true>(reseed124Key);
|
||||
const reseeded124 = await this.storageService.get<boolean>(reseed124Key);
|
||||
if (reseeded124) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user