Fix deadline handling and prevent invalid job application modal access
This commit is contained in:
@@ -21,6 +21,7 @@ import { applyForJob } from "../app/(main)/actions"
|
||||
import { type InferSelectModel } from '@workspace/db/drizzle';
|
||||
import { jobs, companies, resumes } from '@workspace/db/schema';
|
||||
|
||||
|
||||
export type Job = InferSelectModel<typeof jobs> & {
|
||||
company: typeof companies.$inferSelect;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user