From 1c53ce4bfd5c1b6055429827ad058127d401a54b Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Wed, 18 Jun 2025 18:29:51 +0100 Subject: [PATCH] fix(api): remove unused instruction --- api/src/attachment/utilities/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/attachment/utilities/index.ts b/api/src/attachment/utilities/index.ts index 13dead20..e9136757 100644 --- a/api/src/attachment/utilities/index.ts +++ b/api/src/attachment/utilities/index.ts @@ -92,7 +92,6 @@ export const isAttachmentResourceRef = ( ): resourceRef is AttachmentResourceRef => { return Object.values(AttachmentResourceRef).includes(resourceRef); }; -AttachmentResourceRef; /** * Checks if the given list is an array of TAttachmentResourceRef.