Skip to content

Commit

Permalink
chore: Use correct error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
hellopablo committed Nov 21, 2023
1 parent 93eb9d1 commit 2c859d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey/controllers/Survey.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public function index(
}

} catch (\Exception $e) {
$this->oUserFeedback->success($e->getMessage());
$this->oUserFeedback->error($e->getMessage());
}
}

Expand Down

0 comments on commit 2c859d2

Please sign in to comment.