1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

boolean, not true. derp

This commit is contained in:
Kyle Spearrin 2018-01-19 11:46:32 -05:00
parent 6834e26b37
commit 8795edad82

View File

@ -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;
}