Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikpersistent committed Aug 13, 2024
1 parent 8d0ff61 commit c506a96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const Content: React.FC<ContentProps> = ({
showAlert: true,
alertMessage: `Processing ${batch.length} files at a time.`,
alertType: 'info',
})
});
for (let i = 0; i < batch.length; i++) {
if (newCheck) {
if (batch[i]?.status === 'New') {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/utils/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export const POST_PROCESSING_JOBS: { title: string; description: string }[] = [

export const batchSize: number = parseInt(process.env.VITE_BATCH_SIZE ?? '2');


export const nvlOptions: NvlOptions = {
allowDynamicMinZoom: true,
disableWebGL: true,
Expand Down

0 comments on commit c506a96

Please sign in to comment.