mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 04:50:49 +00: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) {
|
||||
SplitTestHandler.getAssignment(req, res, 'writefull-integration', cb)
|
||||
},
|
||||
compileLogEventsAssignment(cb) {
|
||||
SplitTestHandler.getAssignment(req, res, 'compile-log-events', cb)
|
||||
},
|
||||
projectTags(cb) {
|
||||
if (!userId) {
|
||||
return cb(null, [])
|
||||
|
|
Loading…
Reference in a new issue