Skip to content

Commit

Permalink
FIX: no unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi committed Nov 9, 2021
1 parent da64105 commit 7c512a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const validateQueryStringParameters = require('./validateQueryStringParameters')
const removeUnwantedCards = require('./removeUnwantedCards.js');
const { setMulticardHeight } = require('./setMulticardHeight');

const { WaitBeforeScreenshot } = screenshots;

module.exports.handler = async (event, context, callback) => {
if (!event.queryStringParameters) {
return callback(undefined, 'No target');
Expand Down

0 comments on commit 7c512a4

Please sign in to comment.