Serverless built updates (#17351)
follow up of https://github.com/twentyhq/twenty/pull/17317
This commit is contained in:
+2
-2
@@ -251,7 +251,7 @@ describe('WorkflowVersionStepOperationsWorkspaceService', () => {
|
||||
deletedAt: null,
|
||||
runtime: ServerlessFunctionRuntime.NODE22,
|
||||
timeoutSeconds: 30,
|
||||
handlerPath: 'src/index.ts',
|
||||
sourceHandlerPath: 'src/index.ts',
|
||||
builtHandlerPath: 'index.mjs',
|
||||
handlerName: 'main',
|
||||
checksum: null,
|
||||
@@ -331,7 +331,7 @@ describe('WorkflowVersionStepOperationsWorkspaceService', () => {
|
||||
deletedAt: null,
|
||||
runtime: ServerlessFunctionRuntime.NODE22,
|
||||
timeoutSeconds: 30,
|
||||
handlerPath: 'src/index.ts',
|
||||
sourceHandlerPath: 'src/index.ts',
|
||||
builtHandlerPath: 'index.mjs',
|
||||
handlerName: 'main',
|
||||
checksum: null,
|
||||
|
||||
Reference in New Issue
Block a user