Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Sep 15, 2024
1 parent 07d3808 commit 53e1309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/logic/voyagetracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ export class VoyageTracker extends VoyageTrackerBase {
}
}
}

return retval;
}

return retval;
}

return { status: 500 };
Expand Down

0 comments on commit 53e1309

Please sign in to comment.