Closed Scyfren closed 4 years ago
ProfileService's Profile.IsActive method has an incorrect type of boolean. It should be () => boolean
boolean
() => boolean
ProfileService's Profile.IsActive method has an incorrect type of
boolean
. It should be() => boolean