refactor(rtc): remove more deprecated apis

pull/11293/head
rcmerci 2024-05-05 02:26:17 +08:00
parent 13930f2117
commit cad9602d48
1 changed files with 0 additions and 9 deletions

View File

@ -660,15 +660,6 @@
[this token graph-uuid]
(js/Promise. (rtc-core2/new-task--snapshot-list token graph-uuid)))
(rtc-get-block-content-versions
[_this block-id]
(async-util/c->p
(rtc-core/<get-block-content-versions @rtc-core/*state block-id)))
(rtc-get-debug-state
[_this repo]
(ldb/write-transit-str (rtc-core/get-debug-state repo)))
(rtc-get-block-update-log
[_this block-uuid]
(transit/write transit-w (rtc-core/get-block-update-log (uuid block-uuid))))