Delete db/events.ts, db/memorelay.ts, move to @/storages.ts

This commit is contained in:
Alex Gleason
2024-01-03 21:55:53 -06:00
parent a4bc951eee
commit b3e4b79439
20 changed files with 29 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
import { relayInfoController } from '@/controllers/nostr/relay-info.ts';
import { eventsDB } from '@/db/events.ts';
import { eventsDB } from '@/storages.ts';
import * as pipeline from '@/pipeline.ts';
import { jsonSchema } from '@/schema.ts';
import {