Skip to content

Commit

Permalink
Merge pull request #27 from CarletonComputerScienceSociety/cs/spelling
Browse files Browse the repository at this point in the history
Spelling error plus vulnerability update
  • Loading branch information
MrRibcage authored Sep 21, 2024
2 parents 511d1f0 + 93455b8 commit f98e9f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/reminders/dueTodayReminder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const dueTodayReminder = async () => {
message:
urgentItems.length === 0 && unassignedItems.length === 0
? "Nothing urgent or unassigned today! 🐀🥂"
: "Checkout all upcoming tasks [here.](https://github.com/orgs/CarletonComputerScienceSociety/projects/18) 👀",
: "Check out all upcoming tasks [here.](https://github.com/orgs/CarletonComputerScienceSociety/projects/18) 👀",
sections: [
...(urgentItems.length > 0
? [
Expand Down
2 changes: 1 addition & 1 deletion src/reminders/fullItemReportReminder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const fullItemReportReminder = async () => {
upcomingItems.length &&
unassignedItems.length === 0
? "Nothing urgent or unassigned upcoming! 🐀🥂"
: "Checkout all upcoming tasks [here.](https://github.com/orgs/CarletonComputerScienceSociety/projects/18) 🐀🐀",
: "Check out all upcoming tasks [here.](https://github.com/orgs/CarletonComputerScienceSociety/projects/18) 🐀🐀",
sections: [
...(urgentItems.length > 0
? [
Expand Down

0 comments on commit f98e9f4

Please sign in to comment.