Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Oct 17, 2024
1 parent 7973538 commit b37a59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Layout.prototype.getDataTypeUrl = function() {
[DATA_TYPE_EVENT]: '/enrollments/query',
}
}

var url = urlMap[this.outputType][this.dataType]

return url || dimensionConfig.dataTypeUrl[dimensionConfig.getDefaultDataType()] || '';
Expand Down

0 comments on commit b37a59a

Please sign in to comment.