Skip to content

Commit

Permalink
#1272: allow for easier result checking
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Apr 19, 2024
1 parent d947cde commit 1f315c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,5 +782,5 @@ function metadataToTypeKey(
}
console.log('metadataToTypeKey-b', response); // eslint-disable-line no-console

return response;
return Object.keys(response).length >= 1 ? response : undefined;
}

0 comments on commit 1f315c1

Please sign in to comment.