Skip to content

Commit

Permalink
feat: merge main changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alinarublea committed Jan 22, 2024
2 parents d1f5aee + cb47217 commit 27e799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spacecat-shared-rum-api-client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class RUMAPIClient {
this.domainkey = domainkey;
}

async getRUMDashboard(params) {
async getRUMDashboard(params = {}) {
return sendRequest(createUrl(
APIS.RUM_DASHBOARD,
{ domainkey: this.domainkey, ...RUM_DEFAULT_PARAMS, ...params },
Expand Down

0 comments on commit 27e799b

Please sign in to comment.