Skip to content

Commit

Permalink
one more backtick string
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Oct 13, 2020
1 parent fac1ddb commit e8cbdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class ReportingCore {
const spacesService = this.getPluginSetupDeps().spaces?.spacesService;
if (spacesService) {
if (spaceId && spaceId !== DEFAULT_SPACE_ID) {
logger.info(`Generating request for space: ` + spaceId);
logger.info(`Generating request for space: ${spaceId}`);
this.getPluginSetupDeps().basePath.set(fakeRequest, `/s/${spaceId}`);
}
}
Expand Down

0 comments on commit e8cbdb5

Please sign in to comment.