Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 9, 2024
1 parent 4e9e884 commit 51f2809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/Finalize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ export default defineComponent({
`_brainlife.${this.session._id}`
);
},
async sendOpenneuro() {
try {
const res = await axios.get(`${this.config.apihost}/download/${this.session._id}/token`);
const shortLivedJWT = res.data;
console.log(res)
const url = `${this.config.apihost}/download/${this.session._id}/bids/${this.ezbids.datasetDescription.Name}?token=${shortLivedJWT}`;
Expand Down

0 comments on commit 51f2809

Please sign in to comment.