fix(api): remove unused instruction

This commit is contained in:
yassinedorbozgithub 2025-06-18 18:29:51 +01:00
parent 03559d974f
commit 1c53ce4bfd

View File

@ -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.