Browse Source

Fix import for findindexasync

master
buttercat1791 12 months ago
parent
commit
ef0c033d9b
  1. 1
      src/lib/data_structures/publication_tree.ts

1
src/lib/data_structures/publication_tree.ts

@ -1,6 +1,7 @@ @@ -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,

Loading…
Cancel
Save