fix unsub again
This commit is contained in:
parent
fd536f4921
commit
f1e9c56569
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export const useStreamingStore = defineStore('streaming', {
|
||||||
},
|
},
|
||||||
|
|
||||||
getSubArgs(stream) {
|
getSubArgs(stream) {
|
||||||
if (stream === undefined) return undefined
|
if (stream === undefined) return []
|
||||||
const argumentKey = ARGUMENT_MAP[stream.name]
|
const argumentKey = ARGUMENT_MAP[stream.name]
|
||||||
const args = argumentKey
|
const args = argumentKey
|
||||||
? {
|
? {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue