Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani committed Sep 26, 2023
1 parent 5f0d3b2 commit 6d4d3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/sidecar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// const chromeLambda = require('chrome-aws-lambda');
import chromeLambda from 'chrome-aws-lambda'

exports.handler = async (event) => {
export const handle = async (event) => {
try {
let result = ''

Expand Down

0 comments on commit 6d4d3ff

Please sign in to comment.