fix merge imports
This commit is contained in:
parent
fcdfd01664
commit
f87b10dd37
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user