You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": `Hey guys, I did a clock out for you. \nVisit https://timetracker.ioet.com/ and set the right end time for your entries :pls: \n- ${usersWithClockOut.join('\n- ')}`
39
+
}
40
+
)
41
+
.then(function(response){
42
+
// console.log(response);
43
+
})
44
+
.catch(function(error){
45
+
context.log(error);
46
+
});
47
+
}
44
48
context.log(`I just clocked out ${totalClockOutsExecuted} entries, thanks are not needed...`);
0 commit comments