1588 serverless follow ups 2 (#14998)
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user