Skip to content

Commit

Permalink
PATCH: fix exportXLSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Pollo-droid committed Sep 1, 2023
1 parent 6f11651 commit 31dc4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function createService(apiClient, { fetchUsers }) {
};

const exportBcfXLSX = async (project, topics) => {
const response = await apiClient.bcfApi.downloadBcfExport(
const response = await apiClient.bcfApi.downloadBcfExportXlsx(
project.id,
undefined,
topics.map((t) => t.guid).join(",")
Expand Down

0 comments on commit 31dc4de

Please sign in to comment.