Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Dec 13, 2023
1 parent 3c0d252 commit 98f1df2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {

Check failure on line 1 in src/Utils/utils.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `·`
AREACODES,
IN_LANDLINE_AREA_CODES,
USER_TYPES
AREACODES,
IN_LANDLINE_AREA_CODES,
USER_TYPES

Check failure on line 4 in src/Utils/utils.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
} from "../Common/constants";
import phoneCodesJson from "../Common/static/countryPhoneAndFlags.json";
import dayjs from "./dayjs";
Expand Down

0 comments on commit 98f1df2

Please sign in to comment.