chore: Update translations

This commit is contained in:
Martti Malmi
2024-01-04 17:04:09 +00:00
parent 3fe3c7a98d
commit 2e97546ab0
56 changed files with 76 additions and 76 deletions

View File

@ -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";

View File

@ -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";

View File

@ -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() {

View File

@ -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";