mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-08-14 11:45:35 +00:00
feat: update dependencies
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
const H004Signer = require('../orders/H004/signer');
|
||||
const H004Signer = require("../orders/H004/signer");
|
||||
|
||||
module.exports = {
|
||||
version(v) {
|
||||
if (v.toUpperCase() === 'H004') return H004Signer;
|
||||
if (v.toUpperCase() === "H004") return H004Signer;
|
||||
|
||||
throw Error('Error from middleware/signer.js: Invalid version number');
|
||||
throw Error("Error from middleware/signer.js: Invalid version number");
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user