Skip to content

Commit b6573c9

Browse files
authored
trailing comma
1 parent f2f459e commit b6573c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const connection = await mysql.createConnection({
2929
port: credentials.port,
3030
user: credentials.username,
3131
password: credentials.password,
32-
database: credentials.path,
32+
database: credentials.path
3333
});
3434

3535
// Do stuff with connection.

0 commit comments

Comments
 (0)