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

Commit 6ed0b0a

Browse files
author
Sjoerd Tieleman
committed
Merge pull request #55 from bartzon/master
Added missing ,
2 parents 5b26f80 + 68671ff commit 6ed0b0a

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)