mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 13:00:59 -04:00
refactor(api): stop returning sessionMeta (#50482)
This commit is contained in:
committed by
GitHub
parent
ef64e06836
commit
404d3f1726
@@ -68,10 +68,4 @@ export default function initializeDonation(Donation) {
|
||||
);
|
||||
return null;
|
||||
}
|
||||
|
||||
function getCurrentActiveDonationCount$() {
|
||||
return Observable.of(activeDonationCountCache.get());
|
||||
}
|
||||
|
||||
Donation.getCurrentActiveDonationCount$ = getCurrentActiveDonationCount$;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user