Skip to content

Commit

Permalink
Remove unnecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed Apr 1, 2024
1 parent 237c989 commit 54dbd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/AdapterBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module.exports = (() => {
}

function emptyCallback(data) {
return;

}

return AdapterBase;
Expand Down

0 comments on commit 54dbd56

Please sign in to comment.