From cf6d5e4b91601c5ebaa2a9162cd703002f82eded Mon Sep 17 00:00:00 2001 From: Simon Ilincev Date: Sun, 5 May 2024 22:50:28 -0400 Subject: [PATCH] chore: minor lint fix I believe the remaining lint issues are due to `console.log` and thus unavoidable --- src/schedule-generator/testing.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schedule-generator/testing.ts b/src/schedule-generator/testing.ts index 7e7895db2..108256587 100644 --- a/src/schedule-generator/testing.ts +++ b/src/schedule-generator/testing.ts @@ -238,7 +238,8 @@ class Testing { techElective, coreClass, probabilityReq, - engrdReq // Assuming you also want to include this in the requirements as mentioned, though not explicitly added in the original Java code testing request. + engrdReq // Assuming you also want to include this in the requirements as mentioned, + // though not explicitly added in the original Java code testing request. ]; // Create request