Skip to content

Commit

Permalink
corrected the import error
Browse files Browse the repository at this point in the history
  • Loading branch information
DnyaneshWarade committed May 4, 2022
1 parent 420b5b2 commit 04f339b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/services/serviceHelper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import axiosHttpService from './axioscall';
import { dygnifySendMobileOTP, dygnifyValidateMobileOTP, dygnifyGetMobileDetails, dygnifyKycOCR } from './dygnifyAxiosOptions';
import {
dygnifySendMobileOTP, dygnifyValidateMobileOTP, dygnifyGetMobileDetails,
dygnifyKycOCR, dygnifySendAadhaarOTP, dygnifyValidateAadhaarOTP
} from './dygnifyAxiosOptions';

function sanitizePhoneNo(phone) {
// Remove additional symbols from the phone number
Expand Down

0 comments on commit 04f339b

Please sign in to comment.