Fix deadline handling and prevent invalid job application modal access

This commit is contained in:
Mohak Jaiswal
2026-01-03 19:45:34 +05:30
parent 441ae8169b
commit 3a1deddb8c
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ import { applyForJob } from "../app/(main)/actions"
import { type InferSelectModel } from '@workspace/db/drizzle'; import { type InferSelectModel } from '@workspace/db/drizzle';
import { jobs, companies, resumes } from '@workspace/db/schema'; import { jobs, companies, resumes } from '@workspace/db/schema';
export type Job = InferSelectModel<typeof jobs> & { export type Job = InferSelectModel<typeof jobs> & {
company: typeof companies.$inferSelect; company: typeof companies.$inferSelect;
}; };

1
nextplacement Submodule

Submodule nextplacement added at 1648a56680