remove fileId from importCustomEmojis log
This commit is contained in:
parent
86a7d33f3f
commit
9fdb68d568
4 changed files with 1 additions and 4 deletions
|
|
@ -35,7 +35,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
|||
super(meta, paramDef, async (ps, me) => {
|
||||
const file = await driveFilesRepository.findOneByOrFail({ id: ps.fileId });
|
||||
await this.moderationLogService.log(me, 'importCustomEmojis', {
|
||||
fileId: file.id,
|
||||
fileName: file.name,
|
||||
});
|
||||
await this.queueService.createImportCustomEmojisJob(me, ps.fileId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue