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