1588 serverless follow ups 2 (#14998)

This commit is contained in:
martmull
2025-10-09 12:56:59 +02:00
committed by GitHub
parent ebc6bbabaf
commit 5252384f14
18 changed files with 3377 additions and 135 deletions
@@ -414,10 +414,10 @@ export class ApplicationSyncService {
};
const createdServerlessFunction =
await this.serverlessFunctionV2Service.createOne(
await this.serverlessFunctionV2Service.createOne({
createServerlessFunctionInput,
workspaceId,
);
});
await this.syncDatabaseEventTriggersForServerlessFunction({
serverlessFunctionId: createdServerlessFunction.id,