Skip to content

Commit c31aee6

Browse files
committed
Remove new line
1 parent 8ecb74e commit c31aee6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

QualityControl/lib/controllers/ObjectController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export class ObjectController {
121121
const { path, validFrom, filters, id } = req.query;
122122

123123
const object = await this._objService.retrieveQcObject({ path, validFrom, id, filters });
124-
125124
res.status(200).json(object);
126125
} catch (error) {
127126
this._logger.errorMessage(`Error whilst retrieving object content: ${error}`);

0 commit comments

Comments
 (0)