Skip to content

Commit

Permalink
Update jwt_token
Browse files Browse the repository at this point in the history
add jwt_token hardcoded value
  • Loading branch information
tomsmith8 authored Sep 24, 2024
1 parent b4a9dd6 commit 9f26411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Body = () => {
type: 'code_generation',
amount: Number(budget),
workspace_uuid: 'ck9drb84nncjnaefo090',
jwt_token: null,
jwt_token: 'abced-12345',
ref_id: selectedNode?.ref_id as string,
node_data: nodeData,
}
Expand Down

0 comments on commit 9f26411

Please sign in to comment.