[offers][fix] fix merge conflict

pull/501/head^2
Stuart Long Chay Boon 3 years ago
parent 927e4d3864
commit ce8ae7df43

@ -1,19 +1,4 @@
import { z } from 'zod';
<<<<<<< HEAD
=======
import type {
City,
Company,
Country,
OffersBackground,
OffersCurrency,
OffersFullTime,
OffersIntern,
OffersOffer,
OffersProfile,
State,
} from '@prisma/client';
>>>>>>> BryannYeap/location
import { TRPCError } from '@trpc/server';
import { generateAnalysis } from '~/utils/offers/analysisGeneration';

@ -1,6 +1,8 @@
import type { Session } from 'next-auth';
import type {
City,
Company,
Country,
OffersBackground,
OffersCurrency,
OffersFullTime,
@ -9,6 +11,7 @@ import type {
OffersProfile,
Prisma,
PrismaClient,
State,
} from '@prisma/client';
import { TRPCError } from '@trpc/server';

Loading…
Cancel
Save