Skip to content

Commit

Permalink
lint fix, see #167 and #208
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 25, 2019
1 parent f036675 commit ba50b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/configurePreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = async function() {
const client = new Client();
client.connect();
client.query( 'SELECT NOW()', ( err, res ) => {
console.log( err, res )
client.end()
console.log( err, res );
client.end();
} );

// try {
Expand Down

0 comments on commit ba50b51

Please sign in to comment.