import cleanup
ci / docker_image (push) Successful in 1m37s
ci / deploy (push) Successful in 16s

This commit is contained in:
2025-03-29 18:13:02 -05:00
parent 1270fb3ae9
commit 77655c779d
45 changed files with 848 additions and 877 deletions
@@ -1,5 +1,5 @@
import type { PageServerLoad } from './$types';
import { getPostingWithCompanyUser, getPostings } from '$lib/db/index.server';
import { getPostingWithCompanyUser } from '$lib/db/index.server';
export const load: PageServerLoad = async ({ params }) => {
return {