From 11bb38dcbf62f2452cec4a884751f669eb329e0b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 9 Jan 2020 17:40:27 -0600 Subject: [PATCH] Change DATAFILE to DATAPATH --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 0e8f3b6..a5aca74 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,4 +7,4 @@ export const TWITCH_URI: string = "https://api.twitch.tv/helix/streams"; -export const DATAFILE: string = "data.json"; \ No newline at end of file +export const DATAPATH: string = "./data"; \ No newline at end of file