Skip to content

Commit

Permalink
fix(test): type error
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Sep 28, 2024
1 parent d1af627 commit 7e3e62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/core/WebhookTestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function generateDummyNote(override?: Partial<MiNote>): MiNote {
replyUserHost: null,
renoteUserId: null,
renoteUserHost: null,
updatedAt: null,
...override,
};
}
Expand Down

1 comment on commit 7e3e62e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chromatic detects changes. Please review the changes on Chromatic.

Please sign in to comment.