diff --git a/samples/weather-forecast/dev/widget-api-mock/index.ts b/samples/weather-forecast/dev/widget-api-mock/index.ts index c731853..01cb309 100644 --- a/samples/weather-forecast/dev/widget-api-mock/index.ts +++ b/samples/weather-forecast/dev/widget-api-mock/index.ts @@ -26,8 +26,7 @@ const apiMock: WidgetApi = { getLegacyAppTheme, getUserInformation, getUserList, - getUserInformationByExternalId, - getIntegration, + getUserInformationByExternalId }; export default apiMock;