Skip to content

Commit

Permalink
Update users.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 28, 2024
1 parent d759f3e commit 51b4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/test/e2e/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('ユーザー', () => {
isRenoteMuted: user.isRenoteMuted ?? false,
notify: user.notify ?? 'none',
withReplies: user.withReplies ?? false,
followedMessage: user.followedMessage,
followedMessage: user.isFollowing ? (user.followedMessage ?? null) : undefined,
});
};

Expand Down

0 comments on commit 51b4c56

Please sign in to comment.