mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix wrong condition
This commit is contained in:
parent
06da49cb4a
commit
5211fdd01a
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class BuildLists {
|
||||||
|
|
||||||
const listOptions = this.listsOptions[listOptionsKey]
|
const listOptions = this.listsOptions[listOptionsKey]
|
||||||
|
|
||||||
if ( noLists ) {
|
if ( !noLists ) {
|
||||||
await this.saveList( listOptions )
|
await this.saveList( listOptions )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue