6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
'use strict'
|
|
|
|
module.exports = function noNext (app, opts, next) {
|
|
// no call to next
|
|
}
|