fix tests
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { db, EventInteraction } from "Db";
|
||||
import { LoginStore } from "Login";
|
||||
import { sha256 } from "Util";
|
||||
import { sha256 } from "SnortUtils";
|
||||
import FeedCache from "./FeedCache";
|
||||
|
||||
class EventInteractionCache extends FeedCache<EventInteraction> {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { db } from "Db";
|
||||
import { Table } from "dexie";
|
||||
import { unixNowMs, unwrap } from "Util";
|
||||
import { unixNowMs, unwrap } from "SnortUtils";
|
||||
|
||||
type HookFn = () => void;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { HexKey, RawEvent, UserMetadata } from "@snort/nostr";
|
||||
import { hexToBech32, unixNowMs } from "Util";
|
||||
import { hexToBech32, unixNowMs } from "SnortUtils";
|
||||
import { DmCache } from "./DMCache";
|
||||
import { InteractionCache } from "./EventInteractionCache";
|
||||
import { UserCache } from "./UserCache";
|
||||
|
Reference in New Issue
Block a user