Skip to content

Refactor: Replace Query with Correct Query to Fetch All and Joined Organizations #4886

Refactor: Replace Query with Correct Query to Fetch All and Joined Organizations

Refactor: Replace Query with Correct Query to Fetch All and Joined Organizations #4886

Triggered via pull request March 4, 2025 21:42
Status Failure
Total duration 1m 11s
Artifacts

pull-request.yml

on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 7s
Performs linting, formatting, type-checking, checking for different source and target branch
Check for eslint-disable
9s
Check for eslint-disable
Check for code coverage disable
12s
Check for code coverage disable
Checks if sensitive files have been changed without authorization
11s
Checks if sensitive files have been changed without authorization
Checks if number of files changed is acceptable
9s
Checks if number of files changed is acceptable
Check Target Branch
3s
Check Target Branch
Check Python Code Style
0s
Check Python Code Style
Test Application
0s
Test Application
Check if Talawa Admin app starts (No Docker)
0s
Check if Talawa Admin app starts (No Docker)
Check if Talawa Admin app starts in Docker
0s
Check if Talawa Admin app starts in Docker
Test Deployment to https://docs-admin.talawa.io
0s
Test Deployment to https://docs-admin.talawa.io
Validate CodeRabbit Approval
0s
Validate CodeRabbit Approval
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Performs linting, formatting, type-checking, checking for different source and target branch: src/screens/UserPortal/Organizations/Organizations.tsx#L447
Type '{ id: string; name: string; image: string; description: string; admins: []; members: []; address: { city: string; countryCode: string; line1: string; postalCode: string; state: string; }; membershipRequestStatus: string; userRegistrationRequired: boolean; membershipRequests: { ...; }[]; isJoined: boolean; }' is not assignable to type 'InterfaceOrganizationCardProps'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/screens/UserPortal/Organizations/Organizations.tsx#L442
Type '{ _id: string; user: { _id: string; }; }[]' is not assignable to type '{ id: string; user: { id: string; }; }[]'.