fix lints

This commit is contained in:
dakkar 2024-11-22 13:09:58 +00:00
parent d70024b4b9
commit 56563d8dc4
6 changed files with 8 additions and 5 deletions

View file

@ -14,7 +14,7 @@ import type { OnApplicationShutdown } from '@nestjs/common';
import type { Packed } from '@/misc/json-schema.js';
export type UserWebhookPayload<T extends WebhookEventTypes> =
T extends 'note' | 'reply' | 'renote' |'mention' ? {
T extends 'note' | 'reply' | 'renote' |'mention' | 'edited' ? {
note: Packed<'Note'>,
} :
T extends 'follow' | 'unfollow' ? {