Fix the start and end time being missing
This commit is contained in:
parent
f6fcc4c390
commit
444d67cb28
7 changed files with 102 additions and 44 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue