Skip to content

Commit

Permalink
chore: update socket
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Nov 29, 2024
1 parent 7375566 commit 5a2731e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/map/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export class Store<K extends string | number | symbol, V> {
}

public async syncMap() {
console.log(`size`, this.map.size);
if (this.map.size === 0 && this.options) {
const key = this.options.namespace
? [this.options.key, ...this.options.namespace]
Expand Down

0 comments on commit 5a2731e

Please sign in to comment.