File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ async function run() {
95
95
if ( file . endsWith ( 'eslint.config.js' ) ) continue
96
96
if ( file . endsWith ( 'package.json' ) ) continue
97
97
if ( file . endsWith ( 'package-lock.json' ) ) continue
98
+ console . log ( file )
98
99
if ( getApi ( file ) . endsWith ( '_types' ) ) {
99
100
const apis = specification . endpoints
100
101
. filter ( endpoint => endpoint . name . split ( '.' ) . filter ( s => ! privateNames . includes ( s ) ) [ 0 ] === getApi ( file ) . split ( '.' ) [ 0 ] )
@@ -161,8 +162,6 @@ function buildTableLine (api, report) {
161
162
}
162
163
163
164
function generateStatus ( report ) {
164
- if ( report . diagnostics == null ) return 'n/a'
165
-
166
165
if ( ! report . diagnostics . hasRequestType || ! report . diagnostics . hasResponseType ) {
167
166
return ':orange_circle:'
168
167
}
You can’t perform that action at this time.
0 commit comments