fix: move log of userId

pull/9078/head
Agusti Fernandez Pardo 2022-05-23 23:18:41 +02:00
parent a91dd428c0
commit 824d01f358
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ async function createOrlistAllEventTypes(
{ method, body, userId }: NextApiRequest,
res: NextApiResponse<EventTypesResponse | EventTypeResponse>
) {
console.log("userId:", userId);
if (method === "GET") {
/**
* @swagger