Skip to content

Commit

Permalink
fix members
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolite0 authored Aug 25, 2024
1 parent 4d3ef60 commit 697db00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/feed/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function getMembersMessage(): Promise<string | null> {
url.searchParams.set('joinedDirectoryDate', yesterday.format('YYYY-MM-DD'));

return dedent`
Say hello to the <${url}|${members.length} members> who joined the Member Directory yesterday! 👋
Say hello to the <${url}|${members.length} ${members.length === 1 ? 'member' : 'members'}> who joined the Member Directory yesterday! 👋
`;
}

Expand Down

0 comments on commit 697db00

Please sign in to comment.