mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
fix: spacing
This commit is contained in:
parent
2375d043d1
commit
ceffd53d47
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@ export function getClient(BASE_URL: string, authorization: string | undefined):
|
|||
@Injectable()
|
||||
export class MastodonApiServerService {
|
||||
constructor(
|
||||
@Inject(DI.usersRepository)
|
||||
private usersRepository: UsersRepository,
|
||||
@Inject(DI.usersRepository)
|
||||
private usersRepository: UsersRepository,
|
||||
@Inject(DI.config)
|
||||
private config: Config,
|
||||
private config: Config,
|
||||
private metaService: MetaService,
|
||||
) { }
|
||||
|
||||
|
|
Loading…
Reference in a new issue