Skip to content

Commit c33d2ab

Browse files
committed
fix: correct eslint issue
1 parent 0de0463 commit c33d2ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/day_test.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ import {
99
addDays,
1010
subDays,
1111
getMonth,
12-
getHightLightDaysMap,
12+
getHighLightDaysMap,
1313
getHolidaysMap,
1414
registerLocale,
15-
getHighLightDaysMap,
1615
} from "../src/date_utils";
1716

1817
function renderDay(day, props = {}) {

0 commit comments

Comments
 (0)