Skip to content

Commit

Permalink
AlexaBotContextManager fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morfeusys committed Dec 4, 2020
1 parent 5311f53 commit f32d145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AlexaBotContextManager: BotContextManager {
this.client.putAll(client ?: emptyMap())
this.session.putAll(session?.session ?: emptyMap())
}
} ?: BotContext(request.clientId, DialogContext())
} ?: BotContext(request.clientId)
}

override fun saveContext(botContext: BotContext, request: BotRequest?, response: BotResponse?) {
Expand Down

0 comments on commit f32d145

Please sign in to comment.