Plugins/voice-call: migrate to scoped plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 02:33:16 -05:00
parent a9af933486
commit bbf29201b8
5 changed files with 8 additions and 5 deletions

View File

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