Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/project-time-travel #2329

Merged
merged 34 commits into from
Jan 30, 2025

chore: increase cache duration for project time travel data to 30 days

a47a2f0
Select commit
Loading
Failed to load commit list.
Merged

Feature/project-time-travel #2329

chore: increase cache duration for project time travel data to 30 days
a47a2f0
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 30, 2025 in 8s

4 issues found.

Annotations

Check notice on line 39 in src/features/projects/components/maps/Project.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projects/components/maps/Project.tsx#L39

'rasterData' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 40 in src/features/projects/components/maps/Project.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projects/components/maps/Project.tsx#L40

'setRasterData' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)

Check notice on line 58 in src/features/projectsV2/ProjectDetails/index.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projectsV2/ProjectDetails/index.tsx#L31-L58

Complex Method

Check notice on line 69 in src/features/projectsV2/ProjectsMap/MapControls.tsx

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/features/projectsV2/ProjectsMap/MapControls.tsx#L26-L69

Complex Method