We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ac68d commit d93462eCopy full SHA for d93462e
src/event.js
@@ -8,7 +8,6 @@ import format from './format';
8
*/
9
export default function makeEventFinder(data){
10
return function getEvents(date) {
11
- const formattedDate = format(date);
12
return data[format(date)] || [];
13
};
14
}
0 commit comments