From 7bf6f3d8c3af10d76866c8e990c5befa0318a54f Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sat, 20 Jul 2024 21:07:00 -0500 Subject: [PATCH] Fix build error stuff --- README.md | 1 - src/server/functions.ts | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffb57ee..c6157b6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,5 @@ # Tech Tracker Website ### [Find Here](https://techtracker.gibbyb.com/) -- **Note**: *The link above is actually not this repo just yet, but will be very soon.* - Application used by COG employees to update their status & location throughout the day. diff --git a/src/server/functions.ts b/src/server/functions.ts index 7c08f69..b8425c0 100644 --- a/src/server/functions.ts +++ b/src/server/functions.ts @@ -95,9 +95,9 @@ export const legacyGetHistory = async (page: number, perPage: number): Promise