Skip to content

Commit 5605f45

Browse files
Fix syntax errors in index.js
1 parent bf3fa72 commit 5605f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
onst { Client } = require('pg');
1+
const { Client } = require('pg');
22

33
exports.handler = async (event) => {
44

@@ -67,3 +67,4 @@ const client = new Client({
6767
};
6868
};
6969

70+

0 commit comments

Comments
 (0)