From 6ac06d31e6003ecb15ad3994df9c30d52f98d8bd Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Fri, 6 Oct 2023 10:53:47 +0200 Subject: [PATCH] Fix linting issues --- src/repositories/product-selection.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/repositories/product-selection.ts b/src/repositories/product-selection.ts index c4abdaa6..7d334f2c 100644 --- a/src/repositories/product-selection.ts +++ b/src/repositories/product-selection.ts @@ -3,8 +3,6 @@ import type { ProductSelectionChangeNameAction, ProductSelectionDraft, ProductSelectionUpdateAction, - Review, - ReviewUpdateAction, } from '@commercetools/platform-sdk' import { getBaseResourceProperties } from '../helpers.js' import type { Writable } from '../types.js'