boolean, not true. derp

This commit is contained in:
Kyle Spearrin 2018-01-19 11:46:32 -05:00
parent 6834e26b37
commit 8795edad82
1 changed files with 1 additions and 1 deletions

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