Skip to content

Commit

Permalink
fix numeral.js Typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
shalomscott committed Jan 20, 2021
1 parent 3828c23 commit a2ffc94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/util/ZmanimFormatter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { DateTime } from 'luxon';
import * as numeral from 'numeral';
import * as numeral_ from 'numeral';
const numeral = numeral_;

import { TimeZone, Utils } from '../polyfills/Utils';
import { Time } from './Time';
Expand Down

0 comments on commit a2ffc94

Please sign in to comment.