mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +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
|
||||
public async create(user: MiUser & {
|
||||
public async create(user: MiUser & {
|
||||
id: MiUser['id'];
|
||||
username: MiUser['username'];
|
||||
host: MiUser['host'];
|
||||
|
|
Loading…
Add table
Reference in a new issue