Skip to content

Commit

Permalink
Merge pull request #795 from stakwork/fix/private_bounty
Browse files Browse the repository at this point in the history
change bounty to gobounties
  • Loading branch information
elraphty authored Oct 5, 2023
2 parents 91c8678 + 7c87d5e commit 413821f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/store/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ export class MainStore {
}

try {
const request = `bounty?token=${info?.tribe_jwt}`;
const request = `gobounties?token=${info?.tribe_jwt}`;
//TODO: add some sort of authentication
const response = await fetch(`${TribesURL}/${request}`, {
method: 'POST',
Expand Down

0 comments on commit 413821f

Please sign in to comment.