Skip to content

Commit

Permalink
Fixed merge conflict and another bug for courses that do not yet have…
Browse files Browse the repository at this point in the history
… an offering term - defaults to 'None' now
  • Loading branch information
abe123442 committed Nov 3, 2023
2 parents 8c4f761 + 0f34280 commit b5a91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/handbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
},
{
name: "Offering Terms",
value: terms.join(", "),
value: terms.join(", ") || "None",
inline: true,
},
{
Expand Down

0 comments on commit b5a91e0

Please sign in to comment.