@@ -4464,7 +4464,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
"id": scope.incidentModel.id || undefined,
"deleteFlag": 0,
"duty":scope.selectedDuty?scope.selectedDuty:undefined,
- "requester":$scope.incidentModel.requester||undefined,
+ "requester":scope.incidentModel.requester||undefined,
"alarmType": false,
"department": scope.incidentModel.department||undefined,
"contactsInformation": scope.incidentModel.contactsInformation,