Skip to content

Commit

Permalink
Removes unneeded duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Feb 16, 2021
1 parent 9da7303 commit cd8e4e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/system/date.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as relativeTime from 'dayjs/plugin/relativeTime';
import * as updateLocale from 'dayjs/plugin/updateLocale';

dayjs.extend(advancedFormat.default);
dayjs.extend(relativeTime.default);
dayjs.extend(relativeTime.default, {
thresholds: [
{ l: 's', r: 44, d: 'second' },
Expand Down

0 comments on commit cd8e4e1

Please sign in to comment.