Skip to content

Commit

Permalink
fix: trigger query param
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMCon committed Mar 7, 2024
1 parent 3d617f3 commit 8b5a6d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8b5a6d2

Please sign in to comment.