remove extra space in NoteCreateService.ts

This commit is contained in:
Hazelnoot 2025-05-08 22:43:02 -04:00
parent 1fe39ed432
commit 164c85067f

View file

@ -227,7 +227,7 @@ export class NoteCreateService implements OnApplicationShutdown {
} }
@bindThis @bindThis
public async create(user: MiUser & { public async create(user: MiUser & {
id: MiUser['id']; id: MiUser['id'];
username: MiUser['username']; username: MiUser['username'];
host: MiUser['host']; host: MiUser['host'];