Add compile-log-events assignment (#16655)

GitOrigin-RevId: 11a7986796e6970783c391c18101b0bfdd82a67d
This commit is contained in:
Alf Eaton 2024-01-26 09:26:51 +00:00 committed by Copybot
parent 11859f1c38
commit b9db589f33

View file

@ -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, [])