Skip to content

Commit

Permalink
Oppdatering av avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikWulff committed Dec 10, 2024
1 parent 174e907 commit cfd0a50
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 390 deletions.
2 changes: 1 addition & 1 deletion app/Commands/Utsending.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function handle(): int {

$waitingStatusId = $this->api->findStatus(config('pureservice.ticket.status_message_sent'));
$params['filter'] = 'direction == '.config('pureservice.comms.direction.out').' AND '.
'request.statusId == '.$waitingStatusId. ' AND '.
'ticket.statusId == '.$waitingStatusId. ' AND '.
'('.
'to == '.Str::wrap(config('pureservice.dispatch.address.ef'), '"').
' OR '.
Expand Down
Loading

0 comments on commit cfd0a50

Please sign in to comment.