This commit is contained in:
Dobromir Popov
2024-06-28 20:44:00 +03:00
parent 8b2cdc517e
commit 330783eca7

View File

@ -357,7 +357,7 @@ export default function CalendarPage({ initialEvents, initialShifts }) {
} }
return <div>{" "}</div>; return <div>{" "}</div>;
}; };
//ToDo: DRY - move to common
const addAssignment = async (publisher, shiftId) => { const addAssignment = async (publisher, shiftId) => {
try { try {
console.log(`calendar.idx: new assignment for publisher ${publisher.id} - ${publisher.firstName} ${publisher.lastName}`); console.log(`calendar.idx: new assignment for publisher ${publisher.id} - ${publisher.firstName} ${publisher.lastName}`);