mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38: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;
|
name: string;
|
||||||
count: number;
|
count: number;
|
||||||
me: boolean;
|
me: boolean;
|
||||||
url: URL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type NoteReactionWithAccounts = NoteReaction & {
|
type NoteReactionWithAccounts = NoteReaction & {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue