mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: claim legacy and full stack certifications (#51506)
This commit is contained in:
committed by
GitHub
parent
6cb78034aa
commit
e769f505b2
@@ -62,6 +62,12 @@ export const legacyCertifications = [
|
||||
Certification.LegacyInfoSecQa
|
||||
] as const;
|
||||
|
||||
// The Legacy Full Stack certification can only be claimed when specific
|
||||
// "current" and "legacy" certifications have been claimed.
|
||||
export const legacyFullStackCertification = [
|
||||
Certification.LegacyFullStack
|
||||
] as const;
|
||||
|
||||
// "Upcoming" certifications are standard certifications that are not live unless
|
||||
// showUpcomingChanges is true.
|
||||
export const upcomingCertifications = [Certification.UpcomingPython] as const;
|
||||
|
||||
Reference in New Issue
Block a user