Merge pull request #30563 from overleaf/jpa-cleanup-c2d

[monorepo] finish migration from n2d to c3d and c2d to c4d

GitOrigin-RevId: ffdedd41e11559c9cf32dc49e891f31adcecd515
This commit is contained in:
Okan Sahiner
2026-01-15 09:36:30 +01:00
committed by Copybot
parent 6523ffe57e
commit 5e38efb6b2

View File

@@ -48,10 +48,6 @@ function getNewCompileBackendClass(projectId, compileBackendClass) {
}
switch (compileBackendClass) {
case 'n2d':
return 'n4'
case 'c2d':
return 'n4'
case 'c3d':
return 'n4'
case 'c4d':