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

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.