Skip to content

Commit

Permalink
fix: linter issue in @nodevu/opt
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb committed Nov 19, 2024
1 parent dcccd32 commit 006f853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opt/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function opt(inputOptions) {
};

if (typeof inputOptions === 'undefined') {
return result
return result;
}

// allow the end-user to replace our fetch implementation with another one they prefer.
Expand Down

0 comments on commit 006f853

Please sign in to comment.