Skip to content

Commit

Permalink
docs: Add a todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn committed Apr 10, 2023
1 parent ca0487d commit 129b6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const recursivelyCollectAllDependencies = (options) => {
}

if (mustInclude('url')) {
// TODO: Clarify this obvious typo: json.url.we
let url = getFirstNotUndefinedOrUndefined(clarification?.url, json?.url?.we);
/*istanbul ignore next*/
if (url) {
Expand Down

0 comments on commit 129b6aa

Please sign in to comment.