Added moba feature
This commit is contained in:
@@ -76,7 +76,8 @@ export class AnalysisPage {
|
||||
const lastEntry = this.timeData[this.timeData.length - 1];
|
||||
const diff = this.time.calculateTimespanInMinutes(lastEntry, {
|
||||
type: undefined,
|
||||
registeredAt: new Date(Date.now())
|
||||
registeredAt: new Date(Date.now()),
|
||||
isMoba: false
|
||||
});
|
||||
|
||||
if (lastEntry.type == "login") {
|
||||
|
||||
Reference in New Issue
Block a user