Fix deprecation warning

This commit is contained in:
2026-04-20 15:26:28 +04:00
parent a2a61b0fec
commit 1ed66ca744
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import Service, { inject as service } from '@ember/service';
import Service, { service } from '@ember/service';
import { EventFactory } from 'applesauce-core';
export const DEFAULT_BLOSSOM_SERVER = 'https://blossom.nostr.build';