Remove build lambda at creation (#11531)

Remove useless build call (done at first execution)
This commit is contained in:
martmull
2025-04-11 14:40:00 +02:00
committed by GitHub
parent e8488e1da0
commit 1794b3a611
5 changed files with 2 additions and 9 deletions

View File

@ -347,8 +347,6 @@ export class ServerlessFunctionService {
});
}
await this.serverlessService.build(createdServerlessFunction);
return this.serverlessFunctionRepository.findOneBy({
id: createdServerlessFunction.id,
});