chore: tweaking catching no market data error

This commit is contained in:
maciek
2023-03-01 12:17:19 +01:00
parent fe8a8fa3ec
commit 6ceb4d0588
-1
View File
@@ -2,7 +2,6 @@ import type { ApolloError } from '@apollo/client';
import type { GraphQLErrors } from '@apollo/client/errors';
const NOT_FOUND = 'NotFound';
const INTERNAL = 'Internal';
const isApolloGraphQLError = (
error: ApolloError | Error | undefined