File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -335,11 +335,13 @@ const startTestMigration = async (req: Request): Promise<any> => {
335335 destinationStackId : project ?. current_test_stack_id ,
336336 projectId,
337337 keyMapper : project ?. mapperKeys ,
338+ project
338339 } ) ;
339340 await siteCoreService ?. createLocale (
340341 req ,
341342 project ?. current_test_stack_id ,
342- projectId
343+ projectId ,
344+ project
343345 ) ;
344346 await siteCoreService ?. createVersionFile (
345347 project ?. current_test_stack_id
@@ -509,11 +511,13 @@ const startMigration = async (req: Request): Promise<any> => {
509511 destinationStackId : project ?. destination_stack_id ,
510512 projectId,
511513 keyMapper : project ?. mapperKeys ,
514+ project
512515 } ) ;
513516 await siteCoreService ?. createLocale (
514517 req ,
515518 project ?. destination_stack_id ,
516- projectId
519+ projectId ,
520+ project
517521 ) ;
518522 await siteCoreService ?. createVersionFile (
519523 project ?. destination_stack_id
You can’t perform that action at this time.
0 commit comments