Skip to content

Commit e3d0e71

Browse files
authored
Remove duplicate line
1 parent 8e48f60 commit e3d0e71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Bus/Handlers/Commands/Incident/UpdateIncidentCommandHandler.php

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ protected function filter(UpdateIncidentCommand $command)
111111
'component_id' => $command->component_id,
112112
'component_status' => $command->component_status,
113113
'notify' => $command->notify,
114-
'sticked' => $command->sticked,
115114
];
116115

117116
return array_filter($params, function ($val) {

0 commit comments

Comments
 (0)