mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
remove extra space in NoteCreateService.ts
This commit is contained in:
parent
1fe39ed432
commit
164c85067f
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue