mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
don't
This commit is contained in:
@@ -38,7 +38,7 @@ router.get(
|
||||
}
|
||||
|
||||
// middleware marks the probe as alive.
|
||||
// so we dont need to do anything here.
|
||||
// so we don't need to do anything here.
|
||||
return Response.sendCustomResponse(
|
||||
req,
|
||||
res,
|
||||
|
||||
@@ -64,7 +64,7 @@ router.post(
|
||||
);
|
||||
|
||||
// middleware marks the probe as alive.
|
||||
// so we dont need to do anything here.
|
||||
// so we don't need to do anything here.
|
||||
return Response.sendEmptyResponse(req, res);
|
||||
} catch (err) {
|
||||
return next(err);
|
||||
|
||||
Reference in New Issue
Block a user