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 2d0f6c4 commit 9351834Copy full SHA for 9351834
src/serialize/bomRefDiscriminator.ts
@@ -60,7 +60,7 @@ export class BomRefDiscriminator {
60
61
/**
62
* generate a string in the format:
63
- * <prefix>.<some-characters>.<some-characters>
+ * `${this.prefix}.<random-characters>.<random-characters>`
64
*/
65
#makeUniqueId (): string {
66
return `${
0 commit comments