From 9e812eefe1c342eedf1ce63b69faf4de0f79cb5e Mon Sep 17 00:00:00 2001 From: Max Scholz Date: Fri, 28 Jun 2024 13:30:51 +0200 Subject: [PATCH] lint --- samples/weather-forecast/dev/widget-api-mock/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/weather-forecast/dev/widget-api-mock/index.ts b/samples/weather-forecast/dev/widget-api-mock/index.ts index 01cb309..f116474 100644 --- a/samples/weather-forecast/dev/widget-api-mock/index.ts +++ b/samples/weather-forecast/dev/widget-api-mock/index.ts @@ -26,7 +26,7 @@ const apiMock: WidgetApi = { getLegacyAppTheme, getUserInformation, getUserList, - getUserInformationByExternalId + getUserInformationByExternalId, }; export default apiMock;