From f119c921d06410b00cef03dce5001ad9d3cf1fe4 Mon Sep 17 00:00:00 2001 From: Joel Biddle Date: Mon, 9 Oct 2023 13:38:21 +0000 Subject: [PATCH] remove comment --- backend/src/utils/requestError.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/utils/requestError.ts b/backend/src/utils/requestError.ts index c83f30e52..73d29dbb8 100644 --- a/backend/src/utils/requestError.ts +++ b/backend/src/utils/requestError.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-extra-semi */ import { Request } from "express" import { getVerboseErrorOutput } from "../config";