mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rename groups service
This commit is contained in:
parent
714f0f1f63
commit
e6b56e6fba
3 changed files with 3 additions and 3 deletions
|
|
@ -9,18 +9,18 @@ import {
|
|||
JoinGroupErrorCode,
|
||||
JoinGroupSuccess,
|
||||
MutationCreateGroupArgs,
|
||||
MutationJoinGroupArgs,
|
||||
MutationRecommendArgs,
|
||||
RecommendError,
|
||||
RecommendErrorCode,
|
||||
RecommendSuccess,
|
||||
MutationJoinGroupArgs,
|
||||
} from '../../generated/graphql'
|
||||
import {
|
||||
createGroup,
|
||||
getInviteUrl,
|
||||
getRecommendationGroups,
|
||||
joinGroup,
|
||||
} from '../../services/create_group'
|
||||
} from '../../services/groups'
|
||||
import { authorized, userDataToUser } from '../../utils/helpers'
|
||||
import { getRepository } from '../../entity/utils'
|
||||
import { User } from '../../entity/user'
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import {
|
|||
deleteTestUser,
|
||||
getProfile,
|
||||
} from '../db'
|
||||
import { createGroup } from '../../src/services/create_group'
|
||||
import { createGroup } from '../../src/services/groups'
|
||||
import {
|
||||
getUserFollowers,
|
||||
getUserFollowing,
|
||||
|
|
|
|||
Loading…
Reference in a new issue