Skip to content

Commit c45ecd3

Browse files
committed
minor commented update to force re-deploy to AWS
1 parent b0de62c commit c45ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const request = require('request-promise');
55

66
// DATABASE mongo URI should be set via Lambda env
77
const uri = process.env.DATABASE;
8-
// scope dbconnection globally
8+
// scope dbconnection globally for re-use by different requests
99
let dbConnection = null;
1010

1111
// lambda entry handler

0 commit comments

Comments
 (0)