1
0
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:
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

@ -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()