mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-22 22:08:04 +08:00
fix: variable spelling error
This commit is contained in:
parent
23fc32e92f
commit
df23104a33
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user