Skip to content

Fix GraphQL Queries related to OrganizationDashboard.jsx #4334

Fix GraphQL Queries related to OrganizationDashboard.jsx

Fix GraphQL Queries related to OrganizationDashboard.jsx #4334

Triggered via pull request February 3, 2025 23:22
Status Failure
Total duration 1m 10s
Artifacts

pull-request.yml

on: pull_request
Performs linting, formatting, type-checking, checking for different source and target branch
1m 2s
Performs linting, formatting, type-checking, checking for different source and target branch
Check for eslint-disable
8s
Check for eslint-disable
Check for code coverage disable
12s
Check for code coverage disable
Checks if sensitive files have been changed without authorization
10s
Checks if sensitive files have been changed without authorization
Checks if number of files changed is acceptable
10s
Checks if number of files changed is acceptable
Check Target Branch
0s
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

6 errors
Checks if sensitive files have been changed without authorization
Process completed with exit code 1.
Performs linting, formatting, type-checking, checking for different source and target branch: src/components/OrganizationDashCards/CardItem.spec.tsx#L36
Object literal may only specify known properties, and 'email' does not exist in type '{ id: string | number; name: string; }'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/screens/OrgPost/OrgPost.tsx#L152
Argument of type '{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]' is not assignable to parameter of type 'InterfaceOrgPost[]'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/screens/OrgPost/OrgPost.tsx#L155
Argument of type 'InterfaceOrgPost[]' is not assignable to parameter of type 'SetStateAction<{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]>'.
Performs linting, formatting, type-checking, checking for different source and target branch: src/screens/OrgPost/OrgPost.tsx#L285
Type '{ id: string; caption: string; creator: { id: string; name: string; }; createdAt: string; }[]' is not assignable to type 'InterfaceOrgPost[]'.