From 3005cc83e605fb89b079cf0e6fd0ec95cd27b30e Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Wed, 28 May 2025 15:05:38 -0700 Subject: Run prettier, add zed settings --- hooks/server/ci.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'hooks/server/ci.ts') diff --git a/hooks/server/ci.ts b/hooks/server/ci.ts index 8f06124..4f0d7ba 100644 --- a/hooks/server/ci.ts +++ b/hooks/server/ci.ts @@ -24,15 +24,16 @@ export class CiHookServer { healthCheck: HealthChecker = _healthCheck, jobQueuer: IJobQueuer> = new LaminarJobQueuer( getRequiredEnv("LAMINAR_URL").fold((err, val) => - err ? "https://ci.liz.coffee" : val + err ? "https://ci.liz.coffee" : val, ), ), - private readonly healthCheckActivity: IHealthCheckActivity = - new HealthCheckActivityImpl(healthCheck), - private readonly jobHookActivity: IJobHookActivity = - new JobHookActivityImpl(jobQueuer), - private readonly fourOhFourActivity: IFourOhFourActivity = - new FourOhFourActivityImpl(), + private readonly healthCheckActivity: IHealthCheckActivity = new HealthCheckActivityImpl( + healthCheck, + ), + private readonly jobHookActivity: IJobHookActivity = new JobHookActivityImpl( + jobQueuer, + ), + private readonly fourOhFourActivity: IFourOhFourActivity = new FourOhFourActivityImpl(), ) {} private route(req: ITraceable) { -- cgit v1.2.3-70-g09d2