Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
fix mission error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jun 15, 2022
1 parent eefe526 commit 3d0da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pinkoi-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class PinkoiBot {

const d = new Date().getDay()
if (d === 1 || d === 2 || d === 3 || d === 4) {
throw new Error(`mission can only be solved on the weekend: ${missionKey}`)
throw new Error(`Mission ${missionKey} can only be solved on the weekend.`)
}

const sid = 'oliviayaojewellery' // cspell:disable-line
Expand Down

0 comments on commit 3d0da30

Please sign in to comment.