Extensions: migrate voice-call plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:19 -05:00
parent 9d102b762e
commit b361cac753
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk";
import { fetchWithSsrFGuard } from "openclaw/plugin-sdk/compat";
type GuardedJsonApiRequestParams = {
url: string;