chore: fix typescript build

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-26 10:22:33 +02:00
parent a5ee952079
commit 65d8366826
2 changed files with 0 additions and 3 deletions
@@ -15,7 +15,6 @@
*/
import {
AppNodeSpec,
coreExtensionData,
createExtension,
createExtensionInput,
@@ -92,8 +92,6 @@ function makeRedirectKey(attachTo: { id: string; input: string }) {
return `${attachTo.id}%${attachTo.input}`;
}
const MAX_REDIRECT_DEPTH = 100;
const isValidAttachmentPoint = (
attachTo: { id: string; input: string },
nodes: Map<string, SerializableAppNode>,