mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add compile-log-events assignment (#16655)
GitOrigin-RevId: 11a7986796e6970783c391c18101b0bfdd82a67d
This commit is contained in:
parent
11859f1c38
commit
b9db589f33
1 changed files with 3 additions and 0 deletions
|
@ -602,6 +602,9 @@ const ProjectController = {
|
||||||
writefullIntegrationAssignment(cb) {
|
writefullIntegrationAssignment(cb) {
|
||||||
SplitTestHandler.getAssignment(req, res, 'writefull-integration', cb)
|
SplitTestHandler.getAssignment(req, res, 'writefull-integration', cb)
|
||||||
},
|
},
|
||||||
|
compileLogEventsAssignment(cb) {
|
||||||
|
SplitTestHandler.getAssignment(req, res, 'compile-log-events', cb)
|
||||||
|
},
|
||||||
projectTags(cb) {
|
projectTags(cb) {
|
||||||
if (!userId) {
|
if (!userId) {
|
||||||
return cb(null, [])
|
return cb(null, [])
|
||||||
|
|
Loading…
Reference in a new issue