mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-30 02:26:56 +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,
|
noteUserId: user.id,
|
||||||
noteUserUsername: user.username,
|
noteUserUsername: user.username,
|
||||||
noteUserHost: user.host,
|
noteUserHost: user.host,
|
||||||
note: note,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.promoNotesRepository.insert({
|
await this.promoNotesRepository.insert({
|
||||||
|
|
Loading…
Add table
Reference in a new issue