Kong / kong-plugin-openwhisk

A kong plugin to invoke OpenWhisk action (serverless functions as service).
Apache License 2.0
9 stars 12 forks source link

Fixed field data type issue in the plugin schema #14

Closed ssaldarriaga closed 4 years ago

ssaldarriaga commented 4 years ago

I updated the field data type in the plugin schema. The database expects an array and the field was the wrong type.

This pull request fixed the issue #13