mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
fix schema split
This commit is contained in:
parent
e4356c5653
commit
3ca2a333c0
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ import * as UserDal from "../../dal/user";
|
|||
import { replaceObjectId, replaceObjectIds } from "../../utils/misc";
|
||||
import MonkeyError from "../../utils/error";
|
||||
import { omit } from "lodash";
|
||||
import { FriendRequest } from "@monkeytype/contracts/schemas/friends";
|
||||
import { FriendRequest } from "@monkeytype/schemas/friends";
|
||||
|
||||
export async function getRequests(
|
||||
req: MonkeyRequest<GetFriendRequestsQuery>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {
|
|||
Friend,
|
||||
FriendRequest,
|
||||
FriendRequestStatus,
|
||||
} from "@monkeytype/contracts/schemas/friends";
|
||||
} from "@monkeytype/schemas/friends";
|
||||
import MonkeyError from "../utils/error";
|
||||
import { WithObjectId } from "../utils/misc";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue