1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Remove environment setting.

This commit is contained in:
Sam Rose 2024-03-14 11:05:50 +00:00
parent efbf895cde
commit 47a26e4921
No known key found for this signature in database

View file

@ -45,9 +45,6 @@ export const fetch = async (ctx: Ctx) => {
maintenance: [], maintenance: [],
} }
// TODO: remove
ctx.body.maintenance.push({ type: MaintenanceType.SQS_MISSING })
if (env.SELF_HOSTED) { if (env.SELF_HOSTED) {
if (await isSqsMissing()) { if (await isSqsMissing()) {
ctx.body.maintenance.push({ type: MaintenanceType.SQS_MISSING }) ctx.body.maintenance.push({ type: MaintenanceType.SQS_MISSING })