Skip to content

Commit 0001664

Browse files
authored
Merge branch 'master' into kirk/backend_testing
2 parents dbfb74e + cde99fe commit 0001664

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

electron/routes/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ipcMain.on('healthRequest', async (message: Electron.IpcMainEvent, service: stri
170170
ORDER BY _id DESC
171171
LIMIT 50
172172
`;
173-
173+
174174
// Execute query
175175
result = await pool.query(query);
176176
result = result.rows.reverse();

settings.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
{"setupRequired":false,"services":[["myPostgres","SQL","postgres://zwezmnqm:[email protected]:5432/zwezmnqm","Online bookstore with that keeps track of orders and customers","Jun 28, 2020 4:58 PM"],["ToddDB","MongoDB","mongodb+srv://tdwolf6:[email protected]/Chronos?retryWrites=true&w=majority","Web app deployed on AWS","Jul 3, 2020 7:12AM"]],"mode":"dark mode","splash":true,"landingPage":"login"}
1+
{
2+
"setupRequired": false,
3+
"services": [
4+
[
5+
"myPostgres",
6+
"SQL",
7+
"postgres://zwezmnqm:[email protected]:5432/zwezmnqm",
8+
"Online bookstore with that keeps track of orders and customers",
9+
"Jun 28, 2020 4:58 PM"
10+
],
11+
[
12+
"ToddDB",
13+
"MongoDB",
14+
"mongodb+srv://tdwolf6:[email protected]/Chronos?retryWrites=true&w=majority",
15+
"Web app deployed on AWS",
16+
"Jul 3, 2020 7:12AM"
17+
]
18+
],
19+
"mode": "dark mode",
20+
"splash": true
21+
}

0 commit comments

Comments
 (0)