Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Nov 27, 2024
1 parent 6828e9c commit f44dbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Domain/Connector/Controllers/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ public function run()
//confirm and store in DB
$result = $this->connectorService->importValues($fields, $values, session('currentImportEntity'));

if($result !== true) {
$this->tpl->setNotification("There was a problem with the import ".$result, 'error');
if ($result !== true) {
$this->tpl->setNotification('There was a problem with the import '.$result, 'error');
}

//display stored successfully message
Expand Down

0 comments on commit f44dbb8

Please sign in to comment.