Skip to content

Commit

Permalink
eslint test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliy committed Jun 27, 2024
1 parent 3e2e76b commit 5ea19b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/leaf-connect/lib/encrypt-password.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*eslint no-import-assign: "error"*/

// const crypto = require('crypto')
/*
Expand All @@ -11,6 +10,7 @@
*/

let Blowfish;
// eslint-disable-line no-use-before-define
import('egoroof-blowfish').then(mod => {
Blowfish = mod.Blowfish; }
);
Expand Down

0 comments on commit 5ea19b2

Please sign in to comment.