From 654f2cca8071365224ab04f03132a1d07364a8d4 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 5 Jan 2025 20:28:04 +0000 Subject: [PATCH] Test commit from Git Gui --- Websites/SharePrices/SharePrices/scripts/SharePrices.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Websites/SharePrices/SharePrices/scripts/SharePrices.js b/Websites/SharePrices/SharePrices/scripts/SharePrices.js index 8832e19..0796a16 100644 --- a/Websites/SharePrices/SharePrices/scripts/SharePrices.js +++ b/Websites/SharePrices/SharePrices/scripts/SharePrices.js @@ -1,5 +1,6 @@ // @ts-check 'use strict'; +//Test commit 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;