Skip to content

Commit

Permalink
gh-175: Fix moment import
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhywhat committed Sep 13, 2020
1 parent cfd870d commit f08570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/TestData.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MatchWithId, Match } from '../types/Match'
import { Player } from '../types/Player'
import { MatchDescription } from '../types/MatchDescription'
import * as moment from 'moment'
import moment from 'moment'
import { UserRow } from '../types/Database'

const NOW_MOMENT = moment('2020-03-25 10:00:00')
Expand Down

0 comments on commit f08570c

Please sign in to comment.