803 timebox improve the ux when creating a new step (#12599)
This commit is contained in:
@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user