chore: Update translations
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { EventKind, EventPublisher, RequestBuilder, TaggedNostrEvent } from "@snort/system";
|
||||
|
||||
import { db,UnwrappedGift } from "@/Db";
|
||||
import { db, UnwrappedGift } from "@/Db";
|
||||
import { findTag, unwrap } from "@/Utils";
|
||||
import { LoginSession, LoginSessionType } from "@/Utils/Login";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { unixNow } from "@snort/shared";
|
||||
import { EventKind, NostrEvent, RequestBuilder, TaggedNostrEvent } from "@snort/system";
|
||||
|
||||
import { db,NostrEventForSession } from "@/Db";
|
||||
import { db, NostrEventForSession } from "@/Db";
|
||||
import { Day } from "@/Utils/Const";
|
||||
import { LoginSession } from "@/Utils/Login";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { FeedCache } from "@snort/shared";
|
||||
|
||||
import { db,Payment } from "@/Db";
|
||||
import { db, Payment } from "@/Db";
|
||||
|
||||
export class Payments extends FeedCache<Payment> {
|
||||
constructor() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { RelayMetricCache,UserProfileCache, UserRelaysCache } from "@snort/system";
|
||||
import { RelayMetricCache, UserProfileCache, UserRelaysCache } from "@snort/system";
|
||||
import { SnortSystemDb } from "@snort/system-web";
|
||||
|
||||
import { ChatCache } from "./ChatCache";
|
||||
|
Reference in New Issue
Block a user