diff options
Diffstat (limited to 'server/utils/otp.js')
-rw-r--r-- | server/utils/otp.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/utils/otp.js b/server/utils/otp.js index 091f6c1..244315f 100644 --- a/server/utils/otp.js +++ b/server/utils/otp.js @@ -1,4 +1,7 @@ -import {ONE_FIVE_TIMES_ZERO, NINE_FIVE_TIMES_ZERO} from '../constants/numbers'; +import { + ONE_FIVE_TIMES_ZERO, + NINE_FIVE_TIMES_ZERO, +} from "../constants/numbers.js"; const generateOTP = () => { const otp = Math.floor( |