Skip to content

Commit

Permalink
Fix json qps
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Nov 27, 2024
1 parent c573396 commit 2eddd72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default class InstitutionalUsersList extends Component<InstitutionalUsers
}

get downloadJsonUrl() {
return this.downloadUrl('json');
return this.downloadUrl('json_report');
}

@restartableTask
Expand Down

0 comments on commit 2eddd72

Please sign in to comment.