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