Skip to content

Commit

Permalink
fix: reverted final return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Nov 25, 2024
1 parent bb391e6 commit 2c1c74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi2kong/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ func fetchTopLevelType(schemaMap map[string]interface{}) (string, bool) {
return "", false
}

return typeStr, true
return "", true
}

0 comments on commit 2c1c74d

Please sign in to comment.