(err, approved)
| 84 | } |
| 85 | |
| 86 | function authorizerCallback(err, approved) { |
| 87 | assert.ifError(err) |
| 88 | |
| 89 | if(approved) |
| 90 | return next() |
| 91 | |
| 92 | return unauthorized() |
| 93 | } |
| 94 | } |
| 95 | } |
| 96 |
nothing calls this directly
no test coverage detected
searching dependent graphs…