Skip to content

Commit 8c20fea

Browse files
author
Will Toozs
committed
fixup: api handler fix
1 parent cd6862d commit 8c20fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const api = {
248248
if ((algoOK && credOK && dateOK && sigOK && policyOK) && !fileEventData) {
249249
return next(null);
250250
}
251-
return next(errors.InvalidRequest);
251+
return undefined;
252252
});
253253

254254
bb.on('error', (err) => {

0 commit comments

Comments
 (0)