fix unsub again

This commit is contained in:
Henry Jameson 2026-08-25 22:06:25 +03:00
commit f1e9c56569

View file

@ -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
? { ? {