diff --git a/server/src/V2/endpoints/jsonEndpoints.ts b/server/src/V2/endpoints/jsonEndpoints.ts index f9ef98f54..2097100d0 100644 --- a/server/src/V2/endpoints/jsonEndpoints.ts +++ b/server/src/V2/endpoints/jsonEndpoints.ts @@ -1,4 +1,4 @@ -import { objectKeys, objectSize } from '@dzeio/object-util' +import { objectKeys } from '@dzeio/object-util' import { Card as SDKCard } from '@tcgdex/sdk' import Card from '../Components/Card' import Serie from '../Components/Serie'