mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): remove unused instruction
This commit is contained in:
parent
03559d974f
commit
1c53ce4bfd
@ -92,7 +92,6 @@ export const isAttachmentResourceRef = (
|
|||||||
): resourceRef is AttachmentResourceRef => {
|
): resourceRef is AttachmentResourceRef => {
|
||||||
return Object.values(AttachmentResourceRef).includes(resourceRef);
|
return Object.values(AttachmentResourceRef).includes(resourceRef);
|
||||||
};
|
};
|
||||||
AttachmentResourceRef;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the given list is an array of TAttachmentResourceRef.
|
* Checks if the given list is an array of TAttachmentResourceRef.
|
||||||
|
Loading…
Reference in New Issue
Block a user