Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
049baf2cb4
Fixed the failing test in [ExpenseControllerTest.php (line 136)](/Volumes/ExternalApps/repos/alrahma_sunday_school/tests/app/Controllers/View/ExpenseControllerTest.php:136). The test now handles the stubbed view() helper returning an inspectable array, while still accepting the fake renderer string path.
d616621bb6
The issue was the serializer’s return type claimed it returned the original generic T, but the implementation intentionally removes reviewToken and rewrites customer.licenseImageUrl. I updated the return type to model the actual serialized dashboard payload: Omit<T, 'reviewToken' | 'customer'> plus the normalized customer and computed fields.