Skip to content

Commit 5bf6a8d

Browse files
committed
add comment
1 parent a3f99ca commit 5bf6a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/open_api/index.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ bool _checkReferenceTypes(name, ref, self) {
5959
return true;
6060
} else if (self is SchemaObject) {
6161
// Reference types can be different if the reference is a SchemaObject
62+
// should this return true?
6263
return false;
6364
} else {
6465
throw Exception(

0 commit comments

Comments
 (0)