mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add compile-log-events assignment (#16655)
GitOrigin-RevId: 11a7986796e6970783c391c18101b0bfdd82a67d
This commit is contained in:
@@ -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, [])
|
||||
|
||||
Reference in New Issue
Block a user