From 8b5a6d22af55a30b067101950580e4b6fb8db785 Mon Sep 17 00:00:00 2001 From: Alexandru-Marian Constantin Date: Thu, 7 Mar 2024 12:35:22 +0200 Subject: [PATCH] fix: trigger query param --- src/lib/apiClient.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/apiClient.ts b/src/lib/apiClient.ts index e0aa205..32d3e3d 100644 --- a/src/lib/apiClient.ts +++ b/src/lib/apiClient.ts @@ -151,11 +151,10 @@ export const postApplicationTrigger = async ( try { const { data } = await apiClient.post( `verifier/application/trigger`, - { - actor, - }, + {}, { params: { + github_username: actor, repo, owner, id,