Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunecker committed May 26, 2021
1 parent b77f2e8 commit fff3c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/customParseFormat/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const parseFormattedInput = (input, format, utc) => {
export default (o, C, d) => {
d.p.customParseFormat = true
if (o && o.parseTwoDigitYear) {
({ parseTwoDigitYear: parseTwoDigitYear } = o)
({ parseTwoDigitYear } = o)
}
const proto = C.prototype
const oldParse = proto.parse
Expand Down

0 comments on commit fff3c4e

Please sign in to comment.