Skip to content

Commit

Permalink
fix(ui): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL authored and smailio committed Dec 4, 2024
1 parent 72e4e8f commit 4442a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/services/api/study.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export const updateStudyMetadata = async (

export const scanFolder = async (
folderPath: string,
recursive: boolean = false,
recursive = false,
): Promise<void> => {
await client.post(
`/v1/watcher/_scan?path=${encodeURIComponent(folderPath)}&recursive=${recursive}`,
Expand Down

0 comments on commit 4442a5f

Please sign in to comment.