Skip to content

Commit

Permalink
add a flag on to the sls object to let it know SFE is enabled (#115)
Browse files Browse the repository at this point in the history
add a flag on to the sls object to let it know SFE is enabled
  • Loading branch information
dschep authored May 7, 2019
2 parents a693554 + 9b23b3b commit 62045e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ class ServerlessEnterprisePlugin {
return
}

sls.enterpriseEnabled = true

// Defaults
this.sls = sls
this.state = {} // Useful for storing data across hooks
Expand Down

0 comments on commit 62045e9

Please sign in to comment.