Fix the start and end time being missing

This commit is contained in:
zontreck 2025-05-17 02:04:54 -07:00
parent f6fcc4c390
commit 444d67cb28
7 changed files with 102 additions and 44 deletions

View file

@ -7,9 +7,9 @@ class TTConsts {
static get UPDATE_URL =>
"https://git.zontreck.com/AriasCreations/TimeTracker/raw/branch/main/latest-releases.json";
static get SESSION_SERVER =>
"https://api.zontreck.com/timetrack/${UPDATE_CHANNEL}/timetrack.php";
"https://api.zontreck.com/timetrack/$UPDATE_CHANNEL/timetrack.php";
static const VERSION = "1.0.0-beta.5";
static const VERSION = "1.0.0-beta.6";
static bool UPDATE_AVAILABLE = false;
static UpdateChannel UPDATE_CHANNEL = UpdateChannel.beta;