Skip to content

Commit 414f4a3

Browse files
committed
a
1 parent 6d307b8 commit 414f4a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/db.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ let db = {
5858

5959
global.db = db;
6060

61+
6162
/*connection.query('SELECT 1 + 1 AS solution', function (error, results, fields) {
6263
if (error) throw error;
6364
console.log('The solution is: ', results[0].solution);

0 commit comments

Comments
 (0)