From d2e8a2c63beccc4b56587fcaf9e24df9ed659b94 Mon Sep 17 00:00:00 2001 From: Rob Hedgpeth Date: Tue, 31 Mar 2020 10:07:04 -0500 Subject: [PATCH] Fixed typo --- orders/src/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orders/src/db.js b/orders/src/db.js index 47ec139..b9e752f 100644 --- a/orders/src/db.js +++ b/orders/src/db.js @@ -6,7 +6,7 @@ require('dotenv').config(); // * To use just uncomment the two lines below and the 'ssl' property (and value) const fs = require("fs"); -const serverCert = [fs.readFileSync("skysql_chain.pem", "utf8")];r +const serverCert = [fs.readFileSync("skysql_chain.pem", "utf8")]; var pools = [ mariadb.createPool({