We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5808281 commit 9b41e29Copy full SHA for 9b41e29
src/handlers/abstract-handler.js
@@ -20,7 +20,7 @@ class AbstractHandler {
20
* @param {Object} responseObject base response object to be passed through plugins
21
* @param {LambdaType[]} supportedPluginTypes list of types this plugin supports
22
*/
23
- constructor (defaultPlugins = [], responseObject = {}, supportedPluginTypes = [ LambdaType.GENERIC ]) {
+ constructor (defaultPlugins = [], responseObject = {}, supportedPluginTypes = [ LambdaType.DEFAULT ]) {
24
this.supportedPluginTypes = supportedPluginTypes
25
this.responseObject = responseObject
26
this.registeredPlugins = [
0 commit comments