Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 68671ff

Browse files
author
Bart Zonneveld
committed
Added missing ,
1 parent 5b26f80 commit 68671ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/job.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var JobUtils = {
5050
storage: config['database']['database'],
5151
host: config['database']['host'],
5252
port: config['database']['port'],
53-
omitNull: true
53+
omitNull: true,
5454
pool: false,
5555
logging: false
5656
});

0 commit comments

Comments
 (0)