debug more

This commit is contained in:
Andras Bacsai
2022-08-12 19:06:46 +00:00
parent 96b76aea6b
commit eef6b95e24
2 changed files with 4 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ export async function getService(request: FastifyRequest<OnlyId>) {
try {
const teamId = request.user.teamId;
const { id } = request.params;
console.log({id, teamId})
const service = await getServiceFromDB({ id, teamId });
console.log(service)
if (!service) {