pull/117/merge
Lennart kats 2015-06-20 07:04:31 +00:00
rodzic c06c3e6f3c
commit c50aca496a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -279,6 +279,8 @@ function plugin(options, imports, register) {
err.code = 499;
return next(err);
}
// TODO: use an interval to make sure this fires
// even when this REST api is not used for a day
trackActivity(entry.user);
entry.vfs.handleRest(scope, path, req, res, next);
}