Skip to content

Commit

Permalink
revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Oct 3, 2024
1 parent 418aa99 commit ecb3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/containers/Admin/Buckets/Buckets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ function Reindex({ bucket, open, close }: ReindexProps) {
try {
// TODO: use graphql mutation
await req({
endpoint: `/ admin / reindex / ${bucket}`,
endpoint: `/admin/reindex/${bucket}`,
method: 'POST',
body: { repair: repair || undefined },
})
Expand Down

0 comments on commit ecb3ca5

Please sign in to comment.