import cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user