From 7ee0080ba0b0710b892ce214b7c36af070ffd49b Mon Sep 17 00:00:00 2001 From: tycrek Date: Thu, 14 Oct 2021 17:29:14 -0600 Subject: [PATCH] Removed redundant comment --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index 265d587..cfe330a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -78,7 +78,7 @@ export function generateId(mode: string, length: number, gfyLength: number, orig } // Set up pathing -export const path = (...paths: string[]) => Path.join(process.cwd(), ...paths); // '..' was added to make it easier to run files after moving the project to src/ +export const path = (...paths: string[]) => Path.join(process.cwd(), ...paths); const idModes = { zws: 'zws', // Zero-width spaces (see: https://zws.im/)