mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
Merge pull request #1142 from Hexastack/1141-issue---remove-unused-instruction
fix(api): remove unused instruction
This commit is contained in:
commit
1c8bcf6b0d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user