Skip to content

Commit

Permalink
Sanitize id #11
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos authored Oct 3, 2023
1 parent b959066 commit 3ad45e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Resource {

async createManifest() {
const normalizedManifest = manifestBuilder.createManifest(
`${this.baseId}/manifest.json`,
`${Resource.sanitizeString(this.baseId)}/manifest.json`,
manifest => {
manifest.addLabel(this.label);
this.summary && manifest.addSummary(this.summary)
Expand Down

0 comments on commit 3ad45e8

Please sign in to comment.