Skip to content

Commit 3cdddd3

Browse files
authored
Merge pull request #66 from TaloDev/develop
Fix bad import
2 parents 3bca547 + e83df40 commit 3cdddd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "game-services",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "",
55
"main": "src/index.ts",
66
"scripts": {

src/services/headline.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { EntityManager } from '@mikro-orm/core'
22
import { endOfDay, isSameDay } from 'date-fns'
33
import { Service, Request, Response, Validate, HasPermission, Routes } from 'koa-clay'
4-
import { groupBy } from 'lodash'
4+
import groupBy from 'lodash.groupby'
55
import Event from '../entities/event'
66
import Player from '../entities/player'
77
import HeadlinePolicy from '../policies/headline.policy'

0 commit comments

Comments
 (0)