Skip to content

Commit

Permalink
Backend - fix missing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 2, 2024
1 parent 0e17959 commit a11556c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class GetFishActionsByMissionId(
Sentry.captureMessage("GetFishActionsByMissionId failed loading Actions")

Sentry.captureException(e)

return listOf()
// return getFakeActions(missionId)
}

Expand Down

0 comments on commit a11556c

Please sign in to comment.