Skip to content

Commit

Permalink
Updated multi-tenant param name for stats charts
Browse files Browse the repository at this point in the history
ref https://linear.app/tryghost/issue/ANAL-27/setup-tinybird-project-and-cicd

- We've settled on a name for the param of site_uuid
- Need to update the chart code that was added prior to this final decision
  • Loading branch information
ErisDS committed Aug 30, 2024
1 parent 08bf49e commit 0720bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghost/admin/app/components/stats/charts/top-locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export default class TopPages extends Component {

/**
* @typedef {Object} Params
* @property {string} cid
* @property {string} site_uuid
* @property {string} [date_from]
* @property {string} [date_to]
* @property {number} [limit]
* @property {number} [skip]
*/
const params = {
cid: this.config.stats.id,
site_uuid: this.config.stats.id,
date_from: startDate.format('YYYY-MM-DD'),
date_to: endDate.format('YYYY-MM-DD')
};
Expand Down

0 comments on commit 0720bc2

Please sign in to comment.