removed event log

This commit is contained in:
zadam
2019-09-02 20:30:28 +02:00
parent a6f57d7761
commit 5d80df398b
10 changed files with 2 additions and 92 deletions

View File

@@ -1,11 +0,0 @@
"use strict";
const sql = require('../../services/sql');
async function getEventLog() {
return await sql.getRows("SELECT * FROM event_log ORDER BY utcDateCreated DESC");
}
module.exports = {
getEventLog
};