Skip to content

Commit 43f7ac1

Browse files
authored
Update bom.ts
1 parent 11fc292 commit 43f7ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/bom.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class Bom {
3434
*/
3535
set serialNumber (value: UrnUuid | null) {
3636
if (value !== null && !isUrnUuid(value)) {
37-
throw new TypeError('Not UrnUuid')
37+
throw new TypeError('Not UrnUuid nor null')
3838
}
3939
this.#serialNumber = value
4040
}

0 commit comments

Comments
 (0)