prg-chatbot
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -13,3 +13,3 @@ /* | ||
const State = require('./src/State'); | ||
const ChatLog = require('./src/State'); | ||
const ChatLog = require('./src/ChatLog'); | ||
@@ -28,3 +28,3 @@ function createProcessor (reducer, processorOptions, stateStorage = null) { | ||
if (!processorOptions.tokenStorage) { | ||
if (!processorOptions.chatLog) { | ||
const chatLog = mongoose.model('ChatLog', ChatLog); | ||
@@ -31,0 +31,0 @@ Object.assign(processorOptions, { chatLog }); |
{ | ||
"name": "prg-chatbot", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Facebook Messenger Chatbot Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167657