MOBILE-4470 enrol: Remove 4.4 TODOs

main
Noel De Martin 2024-05-07 09:17:28 +02:00
parent 32632dc204
commit 31ac9c10ac
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ export class CoreEnrolService {
await Promise.all([ await Promise.all([
site.invalidateWsCacheForKey(this.getCourseEnrolmentMethodsCacheKey(courseId)), site.invalidateWsCacheForKey(this.getCourseEnrolmentMethodsCacheKey(courseId)),
site.invalidateWsCacheForKey(`mmCourses:enrolmentmethods:${courseId}`), // @todo 4.4 Remove after 4.3 release.
]); ]);
} }