fix(api): ✏️ Remove extra attribute on NoteReaction

Was left there by mistake
This commit is contained in:
Jesse Wierzbinski 2024-12-19 15:45:06 +01:00
parent 98d63d85d4
commit 7268bd74f7
No known key found for this signature in database

View file

@ -11,7 +11,6 @@ interface NoteReaction {
name: string;
count: number;
me: boolean;
url: URL;
}
type NoteReactionWithAccounts = NoteReaction & {