mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
Add progress caching cleanup
This commit is contained in:
@@ -85,7 +85,7 @@ export function clearMigratedRoadmapProgress(
|
|||||||
resourceType: string,
|
resourceType: string,
|
||||||
resourceId: string,
|
resourceId: string,
|
||||||
) {
|
) {
|
||||||
const migratedRoadmaps = ['frontend', 'backend'];
|
const migratedRoadmaps = ['frontend', 'backend', 'devops'];
|
||||||
|
|
||||||
if (!migratedRoadmaps.includes(resourceId)) {
|
if (!migratedRoadmaps.includes(resourceId)) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user