Skip to content

Commit 7c57f94

Browse files
committed
Changes in CLOCK_OUT_MESSAGE_MIDNIGHT
1 parent 6281bfc commit 7c57f94

File tree

1 file changed

+1
-1
lines changed
  • nodejs-functions/src/handlers/automatic-clock-outs

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const constants = {
22
CLOCK_OUT_MESSAGE : 'OMG %user_name%!, 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:',
3-
CLOCK_OUT_MESSAGE_MIDNIGHT : 'Hey %user_name%, the day has finished. Are you still working? :cara_con_monóculo: \nBTW, we just did a clock-out for you; If you want to continue working, please do a new clock-in the Time Tracker app https://timetracker.ioet.com/'
3+
CLOCK_OUT_MESSAGE_MIDNIGHT : 'Hey %user_name%, the day has finished. Are you still working? :face_with_monocle: \nBTW, we just did a clock-out for you. If you want to continue working, please do a new clock-in the Time Tracker app https://timetracker.ioet.com/'
44
};
55

66
module.exports = constants;

0 commit comments

Comments
 (0)