Possible function export fix?

This commit is contained in:
2024-01-15 07:20:19 +01:00
parent 3990e29927
commit 5c77b3d593
4 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import {
createLambdaFunction
} from '@probot/adapter-aws-lambda-serverless';
import { appFn } from '../../../appFn';
import { appFn } from './appFn';
const privateKey = (process.env.PRIVATE_KEY as string).replace(/\\n/gm, '\n');