We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742818c commit 9418a61Copy full SHA for 9418a61
plugins/server-stats/api/jobs/stats.js
@@ -171,7 +171,7 @@ class StatsJob extends job.Job {
171
const options = {
172
dailyDates: specificDates,
173
monthlyBreakdown: true,
174
- license_hosting: license.license_hosting,
+ license_hosting: license?.license_hosting,
175
};
176
177
// Atomically retrieve old last_sync value and set new one
0 commit comments