Add middleware back, again

This commit is contained in:
Terry Sutton
2022-12-09 13:09:22 -03:30
parent 5573a3ab93
commit e4a3dfe4f7
3 changed files with 164 additions and 172 deletions

View File

@@ -33,7 +33,7 @@ const RefFunctionSection: React.FC<IRefFunctionSection> = (props) => {
if (!item) return <></>
if (item && !item['$ref']) {
console.warn('🚩 issue with $ref in:', item.id)
//console.warn('🚩 issue with $ref in:', item.id)
}
// console.log(item)