Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo
  • Loading branch information
enriquezrene committed Dec 9, 2020
commit 54aecaacfec79fe25723819612ae130a4d2f1876
2 changes: 1 addition & 1 deletion AutomaticClockOuts/clock_out.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const doClockOut = async (context) => {
if (totalClockOutsExecuted > 0) {
axios.post(slackWebHook,
{
"text": `OMG, you have been working more than 12 hours in a raw. \nPlease take a break and visit https://timetracker.ioet.com/ to set the right end time for your entries, we just did a clock out for you :wink: \n- ${usersWithClockOut.join('\n- ')}`
"text": `OMG, you have been working more than 12 hours in a row. \nPlease take a break and visit https://timetracker.ioet.com/ to set the right end time for your entries, we just did a clock out for you :wink: \n- ${usersWithClockOut.join('\n- ')}`
}
)
.then(function (response) {
Expand Down