Skip to content

Commit

Permalink
feat: claire's review and a bit of boy scout rule
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Jun 27, 2024
1 parent 9083545 commit b4d9486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class CanDeleteMission(
}

return CanDeleteMissionResponse(canDelete = true, sources = listOf())

} catch (e: Exception) {
logger.info("Erreur de communication avec rapportnav")
return CanDeleteMissionResponse(canDelete = false, sources = listOf())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class APIFishMissionActionsRepository(
return@runBlocking missionActions.map { it.toMonitorFishMissionActionEntity() }
} catch (e: Exception) {
logger.error("Could not fetch mission actions at $missionActionsUrl", e)

throw e
}
}
Expand Down

0 comments on commit b4d9486

Please sign in to comment.