fix(rtc): auto rtc-start when created&uploaded a new graph

This commit is contained in:
rcmerci
2024-12-03 16:50:19 +08:00
parent 3f07b780f1
commit eb273f1aff
7 changed files with 58 additions and 47 deletions

View File

@@ -4,5 +4,5 @@
(defmacro <?
"Like m/?, but async channel or promise as arg"
[chan-or-promise]
`(m/? (<! ~chan-or-promise)))
[chan-or-promise-or-task]
`(m/? (<! ~chan-or-promise-or-task)))