From 8685d356c13e3143aa225c31dd270cbde17245a1 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 5 Jan 2025 20:33:27 +0000 Subject: [PATCH] Test commit v2 from Git Gui --- Websites/SharePrices/SharePrices/scripts/SharePrices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Websites/SharePrices/SharePrices/scripts/SharePrices.js b/Websites/SharePrices/SharePrices/scripts/SharePrices.js index 0796a16..ecc9fee 100644 --- a/Websites/SharePrices/SharePrices/scripts/SharePrices.js +++ b/Websites/SharePrices/SharePrices/scripts/SharePrices.js @@ -1,6 +1,6 @@ // @ts-check 'use strict'; -//Test commit +//Test commit v2 var timespans = { oneSecond: 1000, oneMinute: 60 * 1000, oneHour: 60 * 60 * 1000, oneDay: 24 * 60 * 60 * 1000, oneWeek: 7 * 24 * 60 * 60 * 1000, oneMonth: 31 * 24 * 60 * 60 * 1000 }; var fetchIntervalDaily = 12 * timespans.oneHour; var fetchIntervalIntraday = 4 * timespans.oneHour;