fix note search, rm sort:popular

This commit is contained in:
Martti Malmi
2024-03-04 10:13:52 +02:00
parent 65552604dc
commit 2f1f2a5e97
4 changed files with 5 additions and 50 deletions

View File

@ -1,11 +1,4 @@
import {
EventMetadata,
NostrEvent,
OkResponse,
ReqCommand,
WorkerMessage,
WorkerMessageCommand,
} from "./types";
import { EventMetadata, NostrEvent, OkResponse, ReqCommand, WorkerMessage, WorkerMessageCommand } from "./types";
import { v4 as uuid } from "uuid";
export class WorkerRelayInterface {