mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
chore: lint
This commit is contained in:
parent
aad0bd97c8
commit
14779088f1
@ -5,7 +5,6 @@ const fs = require('fs');
|
||||
const handlebars = require('handlebars');
|
||||
const Crypto = require('./crypto/Crypto');
|
||||
const { date } = require('./utils.js');
|
||||
// const BN = require('bn.js');
|
||||
|
||||
const registerHelpers = () => {
|
||||
handlebars.registerHelper('today', () => date.toISODate(Date.now(), false));
|
||||
|
Loading…
Reference in New Issue
Block a user