From 92723fac91a902cf634db7e4c2866a9e01a248e2 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 8 Jan 2020 15:20:58 -0600 Subject: [PATCH] Update default datafile name --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index e131d3d..0e8f3b6 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.temp.json"; \ No newline at end of file +export const DATAFILE: string = "data.json"; \ No newline at end of file