fix: variable spelling error

This commit is contained in:
yjhtry 2024-12-17 14:46:41 +08:00
parent 23fc32e92f
commit df23104a33
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()