From ef0c033d9bde1bcab21db537213883b92f0cb889 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Fri, 28 Mar 2025 23:31:41 -0500 Subject: [PATCH] Fix import for findindexasync --- src/lib/data_structures/publication_tree.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/data_structures/publication_tree.ts b/src/lib/data_structures/publication_tree.ts index e273711..11fbf31 100644 --- a/src/lib/data_structures/publication_tree.ts +++ b/src/lib/data_structures/publication_tree.ts @@ -1,6 +1,7 @@ import type NDK from "@nostr-dev-kit/ndk"; import type { NDKEvent } from "@nostr-dev-kit/ndk"; import { Lazy } from "./lazy.ts"; +import { findIndexAsync as _findIndexAsync } from '../utils.ts'; enum PublicationTreeNodeType { Root,