boolean, not true. derp
This commit is contained in:
parent
6834e26b37
commit
8795edad82
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue