Introduced typing for the buildJob and cleaned up common.ts

This commit is contained in:
dominicbachmann
2022-04-05 20:11:19 +02:00
parent 3ef093c7e6
commit e08ec12d26
4 changed files with 111 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import { getTeam, getUserDetails } from '$lib/common';
import { getUserDetails } from '$lib/common';
import * as db from '$lib/database';
import { ErrorHandler } from '$lib/database';
import type { RequestHandler } from '@sveltejs/kit';