mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
finish various todo
This commit is contained in:
@@ -186,7 +186,7 @@ module.exports.deleteJSONDataSimple = ( db, identifier ) => {
|
||||
};
|
||||
|
||||
const gc = () => {
|
||||
// this function acts as the database garbage collector. TicketTimeout can be changed from the GUI. TODO: Add
|
||||
// this function acts as the database garbage collector. TicketTimeout can be changed from the GUI.
|
||||
this.getData( 'temp' ).then( tempData => {
|
||||
let data = tempData;
|
||||
console.info( 'Garbage Collecting' );
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = ( app, settings ) => {
|
||||
res.sendFile( path.join( __dirname + '/../ui/home/templates/' + settings.startPage + '/supportFiles/' + req.params.file ) );
|
||||
} );
|
||||
|
||||
// TODO: Decide if removed or not
|
||||
app.get( '/startPage/helperFunction', ( req, res ) => {
|
||||
res.sendFile( path.join( __dirname + '/../ui/home/helper.js' ) );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user