mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-05-07 09:18:04 +08:00
fix: incorrect function call argument
This commit is contained in:
parent
23fc32e92f
commit
30c3decd65
@ -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