803 timebox improve the ux when creating a new step (#12599)

This commit is contained in:
martmull
2025-06-13 17:22:49 +02:00
committed by GitHub
parent 671a7fbd28
commit dde3ca4549
2 changed files with 37 additions and 21 deletions

View File

@ -224,7 +224,8 @@ export class ServerlessFunctionService {
await this.serverlessFunctionRepository.softDelete({ id });
} else {
await this.serverlessFunctionRepository.delete({ id });
await this.fileStorageService.delete({
// We don't need to await this
this.fileStorageService.delete({
folderPath: getServerlessFolder({
serverlessFunction: existingServerlessFunction,
}),