mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
removed event log
This commit is contained in:
@@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user