comment
This commit is contained in:
@ -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}`);
|
||||||
|
Reference in New Issue
Block a user