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 committed Nov 28, 2024
1 parent 327ce57 commit 6cd7545
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 6cd7545

Please sign in to comment.