mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 01:26:58 +00:00
don't pass note into moderationLogService.log
This commit is contained in:
parent
e5b8fc3c80
commit
f42790ad32
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
noteUserId: user.id,
|
||||
noteUserUsername: user.username,
|
||||
noteUserHost: user.host,
|
||||
note: note,
|
||||
});
|
||||
|
||||
await this.promoNotesRepository.insert({
|
||||
|
|
Loading…
Add table
Reference in a new issue