Skip to content

Commit

Permalink
Log out Dokumenttype
Browse files Browse the repository at this point in the history
  • Loading branch information
runely committed May 10, 2022
1 parent 424a438 commit f2ceb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HandleDocument/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = async function (context, req) {
try {
flow = require(`../lib/flows/${blobType}`)
} catch (error) {
await logger('error', ['flow not found', error])
await logger('error', [blobType, 'flow not found', error])
}

// call flow type
Expand Down

0 comments on commit f2ceb4e

Please sign in to comment.