Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 2f01c575db - Show all commits

View file

@ -121,7 +121,7 @@ export default function Incidents() {
router.push({
pathname: '/call',
params: {
callDetails: btoa(JSON.stringify(call))
callDetails: btoa(JSON.stringify(callItem))
}
})
}}

View file

@ -98,7 +98,6 @@ const getIncidents = async (departments, incidentStatus) => {
status: incidentStatus
}),
});
console.log('response: ', response);
if (!response.ok) {
throw new Error(`HTTP error! status: ${response.status}`);
}