Skip to content

Commit

Permalink
Merge pull request #380 from privacy-scaling-explorations/ref/update-…
Browse files Browse the repository at this point in the history
…parameter-order

refactor(dashboard): update correct parameter order
  • Loading branch information
vplasencia authored Feb 9, 2024
2 parents 86ceb46 + 7959412 commit 7d06735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/api/bandadaAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ export async function addMemberByCredentials(
return await request(`${API_URL}/credentials`, {
method: "POST",
data: {
oAuthCode,
oAuthState,
oAuthCode,
address,
network,
blockNumber
Expand Down

0 comments on commit 7d06735

Please sign in to comment.