Skip to content

Commit 1f41016

Browse files
authored
Merge pull request #34 from ioet/fix-typo
fix typo
2 parents 55dd2bf + 54aecaa commit 1f41016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutomaticClockOuts/clock_out.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const doClockOut = async (context) => {
3333
if (totalClockOutsExecuted > 0) {
3434
axios.post(slackWebHook,
3535
{
36-
"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- ')}`
36+
"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- ')}`
3737
}
3838
)
3939
.then(function (response) {

0 commit comments

Comments
 (0)