mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
fix(api): ✏️ Remove extra attribute on NoteReaction
Was left there by mistake
This commit is contained in:
parent
98d63d85d4
commit
7268bd74f7
|
|
@ -11,7 +11,6 @@ interface NoteReaction {
|
|||
name: string;
|
||||
count: number;
|
||||
me: boolean;
|
||||
url: URL;
|
||||
}
|
||||
|
||||
type NoteReactionWithAccounts = NoteReaction & {
|
||||
|
|
|
|||
Loading…
Reference in a new issue