kopia lustrzana https://github.com/c9/core
Add TODO
rodzic
c06c3e6f3c
commit
c50aca496a
|
@ -279,6 +279,8 @@ function plugin(options, imports, register) {
|
||||||
err.code = 499;
|
err.code = 499;
|
||||||
return next(err);
|
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);
|
trackActivity(entry.user);
|
||||||
entry.vfs.handleRest(scope, path, req, res, next);
|
entry.vfs.handleRest(scope, path, req, res, next);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue