Merge pull request #1142 from Hexastack/1141-issue---remove-unused-instruction

fix(api): remove unused instruction
This commit is contained in:
Med Marrouchi 2025-06-19 08:32:43 +01:00 committed by GitHub
commit 1c8bcf6b0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.