Skip to content

Commit

Permalink
fixed bugs in trexstats and events.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Feb 1, 2020
1 parent bfa6f76 commit 1aaf44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/trexstats.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"stats": [
{
"name": "supporters",
"column": "supporters",
"column": "supporters2",
"timevar": "keyTime",
"variables": [
{
Expand All @@ -17,7 +17,7 @@
},
{
"name": "active",
"column": "supporters",
"column": "supporters2",
"timevar": "lastActivity",
"variables": [
{
Expand Down
2 changes: 1 addition & 1 deletion routes/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function parseEvents(memo, evnt) {
* timelineId we can retrieve the anomaly from the mongoDB */
echoes.echo({
index: "anomaly",
timelineId: supporter.userId,
timelineId: anomaly.timelineId,
version: memo.sessionInfo.version,
});

Expand Down

0 comments on commit 1aaf44d

Please sign in to comment.