Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coditva committed Feb 21, 2024
1 parent 76309ad commit acb1ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sandbox/pm-require.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function createPostmanRequire (fileCache, scope) {
scope.unset(MODULE_KEY);

return moduleObj.exports;
};
}

return postmanRequire;
}
Expand Down

0 comments on commit acb1ca5

Please sign in to comment.