chore: Update translations

This commit is contained in:
Martti Malmi
2023-12-26 08:17:40 +00:00
parent 8c1bbe58f6
commit 9c94e84b9d
2 changed files with 33 additions and 33 deletions

View File

@ -69,7 +69,7 @@ export default class NostrBandApi {
return await this.#json<TrendingHashtagsResponse>("GET", "/v0/trending/hashtags");
}
async #json<T>(method: string, path: string, storageKey: string) {
async #json<T>(method: string, path: string, storageKey: string) {
throwIfOffline();
// Try to get cached data first