Skip to content

Commit

Permalink
Fixed Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Nov 10, 2024
1 parent 1248954 commit 0c5dcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/SessionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export function createSessionManager (config) {
emitter.emit('metricsUpdate', metricsToEmit)
}

function enrichMetrics (metricsToEnrich) {
function enrichMetrics (metricsToEnrich) {
metricsToEnrich.sessiontype = intervalType
metricsToEnrich.sessionStatus = sessionState // ToDo: REMOVE NAME CONVERSION
// ToDo: Add split number
Expand Down

0 comments on commit 0c5dcc4

Please sign in to comment.