Fix wrong condition

This commit is contained in:
Sam Carlton 2022-04-25 15:12:21 -05:00
parent 06da49cb4a
commit 5211fdd01a

View file

@ -252,7 +252,7 @@ class BuildLists {
const listOptions = this.listsOptions[listOptionsKey]
if ( noLists ) {
if ( !noLists ) {
await this.saveList( listOptions )
}