Skip to content

Commit bad10c1

Browse files
committed
Fix require
1 parent 1cd9e6f commit bad10c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const AWS = require('aws-sdk');
22
const s3 = new AWS.S3();
3-
const ylt = require('..');
3+
const ylt = require('yellowlabtools');
44

55
// noinspection JSUnusedLocalSymbols
66
async function runner({id, url, options = {}}, context) {

0 commit comments

Comments
 (0)