Skip to content

Commit

Permalink
Merge pull request mitipi#11 from sunnypardeshi/sls_offline_issue_10
Browse files Browse the repository at this point in the history
serverless-offline mitipi#10 issue resolved
  • Loading branch information
nenadpnc authored Apr 25, 2020
2 parents ae65093 + 67261f6 commit e8b2e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruleHandler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const functionHelper = require('serverless-offline/src/functionHelper')
const createLambdaContext = require('serverless-offline/src/createLambdaContext')
const createLambdaContext = require('serverless-offline/src/LambdaContext')
const path = require('path')
const {parseSelect} = require('./iotSql/parseSql')
const {applySelect} = require('./iotSql/applySqlSelect')
Expand Down

0 comments on commit e8b2e0a

Please sign in to comment.