Skip to content

Commit

Permalink
Update lib/extend/renderer.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sukka <isukkaw@gmail.com>
  • Loading branch information
D-Sketon and SukkaW authored Jan 12, 2024
1 parent dfa7d92 commit 1916cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extend/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Renderer {
this.storeSync = {};
}

list(sync?: boolean): Store | SyncStore {
list(sync = false): Store | SyncStore {
return sync ? this.storeSync : this.store;
}

Expand Down

0 comments on commit 1916cab

Please sign in to comment.