fix merge imports

This commit is contained in:
mantikoros 2022-05-18 17:35:30 -04:00
parent fcdfd01664
commit f87b10dd37

View File

@ -28,8 +28,8 @@ import {
MINIMUM_ANTE,
} from '../../common/antes'
import { getNoneAnswer } from '../../common/answer'
import { getNewContract } from 'common/new-contract'
import { NUMERIC_BUCKET_COUNT } from 'common/numeric-constants'
import { getNewContract } from '../../common/new-contract'
import { NUMERIC_BUCKET_COUNT } from '../../common/numeric-constants'
export const createContract = newEndpoint(['POST'], async (req, _res) => {
const [creator, _privateUser] = await lookupUser(await parseCredentials(req))