Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jul 3, 2024
1 parent 9f8361b commit 5165b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion avBooth/booth-directive/booth-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,9 @@ angular.module('avBooth')
}

function getSessionStartTime() {
readVoteCredentials();
if (!scope.startTimeMs) {
readVoteCredentials();
}
return scope.startTimeMs || (scope.currentElectionCredentials && scope.currentElectionCredentials.sessionStartedAtMs);
}

Expand Down

0 comments on commit 5165b7c

Please sign in to comment.