Skip to content

Commit

Permalink
Update case.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski committed Nov 22, 2024
1 parent 03c8e4a commit cece69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-serving/data-service/src/controllers/case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ export class CasesController {
}
res.status(500).json(err);
}
res.status(500).json(err);
return;
}
};
Expand Down

0 comments on commit cece69f

Please sign in to comment.