Skip to content

Commit d9779ac

Browse files
PashaBoikopavel.boiko
andauthored
chore: trivial chnage to force build (#1737)
Co-authored-by: pavel.boiko <pavlo.boiko@ticketmaster.com>
1 parent 2033822 commit d9779ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

odd-platform-ui/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const queryClient = new QueryClient({
4242
refetchOnWindowFocus: false,
4343
},
4444
mutations: {
45-
onError: async (e: unknown) => await showServerErrorToast(e as Response),
45+
onError: async (err: unknown) => await showServerErrorToast(err as Response),
4646
},
4747
},
4848
});
@@ -69,4 +69,4 @@ root.render(
6969
</StyledEngineProvider>
7070
</Provider>
7171
</QueryClientProvider>
72-
);
72+
);

0 commit comments

Comments
 (0)