IO-3166-Global-Notifications-Part-2 - Checkpoint
This commit is contained in:
@@ -326,7 +326,6 @@ const newNoteAddedBuilder = (data) => {
|
||||
* Builds notification data for new time tickets posted.
|
||||
*/
|
||||
const newTimeTicketPostedBuilder = (data) => {
|
||||
consoleDir(data);
|
||||
const type = data?.data?.cost_center;
|
||||
const body = `An ${type} time ticket has been posted${data?.data?.flat_rate ? " (Flat Rate)" : ""}.`.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user