Files
QR-Invoice/node_modules/avvio/test/fixtures/plugin-no-next.js
2026-01-12 13:12:46 +01:00

6 lines
90 B
JavaScript

'use strict'
module.exports = function noNext (app, opts, next) {
// no call to next
}