further fixes for customerData

This commit is contained in:
Dave Horton
2021-08-11 11:01:11 -04:00
parent 7c629e6faf
commit 3fed15b3b9
3 changed files with 6 additions and 6 deletions

View File

@@ -255,7 +255,7 @@ class SingleDialer extends Emitter {
async _executeApp(confirmHook) {
try {
// retrieve set of tasks
const tasks = await this.requestor.request(confirmHook, this.callInfo);
const tasks = await this.requestor.request(confirmHook, this.callInfo.toJSON());
// verify it contains only allowed verbs
const allowedTasks = tasks.filter((task) => {