fix: incorrect function call argument

This commit is contained in:
todoList 2024-12-19 15:11:35 +08:00 committed by GitHub
parent 23fc32e92f
commit 30c3decd65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2093,7 +2093,7 @@ const useBrowserStore = defineStore('browser', {
if (serverInst == null) {
serverInst = new RedisServerState({
name: server,
separator: this.getSeparator(name),
separator: this.getSeparator(server),
})
}
return serverInst.getFilter()