Skip to content

Commit

Permalink
style: missing trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Jul 30, 2024
1 parent 193f024 commit 66ed30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/.storybook/fakes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export function note(id = 'somenoteid'): entities.Note {
myReaction: null,
reactionCount: 0,
renoteCount: 0,
repliesCount: 0
repliesCount: 0,
};
}

Expand Down Expand Up @@ -239,7 +239,7 @@ export function userDetailed(id = 'someuserid', username = 'miskist', host: enti
movedTo: null,
alsoKnownAs: null,
notify: 'none',
memo: null
memo: null,
};
}

Expand Down

0 comments on commit 66ed30f

Please sign in to comment.