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
constmessage=`:spiral_calendar_pad: Design Review for *${workPackageName}* is being scheduled by ${submitter.firstName}${submitter.lastName} in project ${projectName}`;
358
+
letmessage;
359
+
if(workPackageName){
360
+
message=`:spiral_calendar_pad: ${event.title} for *${workPackageName}* is being scheduled by ${submitter.firstName}${submitter.lastName} in project ${projectName}`;
361
+
}else{
362
+
message=`:spiral_calendar_pad: ${event.title} is being scheduled by ${submitter.firstName}${submitter.lastName} in project ${projectName}`;
0 commit comments