[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'; 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 { TRPCError } from '@trpc/server';
import { generateAnalysis } from '~/utils/offers/analysisGeneration'; import { generateAnalysis } from '~/utils/offers/analysisGeneration';

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

Loading…
Cancel
Save