Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Cleaning up remaining linting issues for codefactor.io:
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonlal committed Dec 12, 2020
1 parent dcc5aef commit cb88b3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/apps/rate-limiter-express-test-app/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const execute = async () => {
assert (await testExceedingMaximumPoints(BASE_URL) );
process.exit(1);
}catch(err){
console.log( 'Err', err);
process.exit(1);
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/loadtest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const options = {
timeout: 300
};

// tslint:disable-next-line: no-shadowed-variable
const runTest = async ( options: any ) => {
console.log( 'Calling run test');
return new Promise( (resolve, reject) => {
loadtest.loadTest(options, (error: any, result: unknown) => {
if (error){
Expand Down

0 comments on commit cb88b3a

Please sign in to comment.