Skip to content

Commit 1a5719c

Browse files
committed
update to use the url property
1 parent 766ec6d commit 1a5719c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Convertor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Convertor {
114114
for (const reportDetail of report) {
115115
try {
116116
this.closingTheCircle(this.schema, reportDetail.duplicate, {
117-
description: `This was found to be a circular reference and has been closed off to avoid repetitive processing. This closure was made by json-schema-for-openapi v${packageData.version} - please open an issue at: ${packageData.bugs}`,
117+
description: `This was found to be a circular reference and has been closed off to avoid repetitive processing. This closure was made by json-schema-for-openapi v${packageData.version} - please open an issue at: ${packageData.bugs.url}`,
118118
});
119119
} catch (err) {
120120
console.error(err);

0 commit comments

Comments
 (0)