Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LDAP authentication #1429

Closed
skbhagat0502 opened this issue Nov 22, 2023 · 16 comments
Closed

Add support for LDAP authentication #1429

skbhagat0502 opened this issue Nov 22, 2023 · 16 comments
Labels
feature request no-issue-activity No issue activity unapproved Unapproved for Pull Request

Comments

@skbhagat0502
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This issue is related to talawa admin issue number #1070

Describe the solution you'd like
Creating a ldap client for LDAP authentication in talawa api.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Approach to be followed (optional)
A clear and concise description of approach to be followed.

Additional context
Add any other context or screenshots about the feature request here.

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359

@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Nov 22, 2023
@skbhagat0502
Copy link
Contributor Author

@aashimawadhwa Please assign me this issue.

@skbhagat0502
Copy link
Contributor Author

@aashimawadhwa I am getting error in pushing changes in talawa api from my local repository. And it is showing a lot of warning but there is no errors shown. Do I need to write test first to push the changes.

@aashimawadhwa
Copy link
Member

@skbhagat0502 can you share a screenshot of it?

@skbhagat0502
Copy link
Contributor Author

@aashimawadhwa I am trying to commit since two days but I am not able to. It is showing that there is an errror. But I cannot see any.
16:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\membershipRequests.ts
10:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
10:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\plugins.ts
9:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\posts.ts
9:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\tags.ts
90:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
91:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
104:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
105:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\task.ts
13:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
81:21 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
85:56 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\user.ts
7:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
7:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\helpers\userAndOrg.ts
7:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
7:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\ldapAuth\authController.spec.ts
69:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
103:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\libraries\errors\internalServerError.spec.ts
14:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\libraries\errors\unauthenticatedError.spec.ts
14:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\libraries\requestContext.spec.ts
18:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
23:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
23:57 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
63:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
80:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
102:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\libraries\requestTracing.spec.ts
16:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
54:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
56:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
58:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\middleware\isAuth.spec.ts
75:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\CheckIn\event.spec.ts
28:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
33:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\CheckIn\user.spec.ts
28:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
33:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Comment\creator.spec.ts
16:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
26:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
36:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
41:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChatMessage\directChatMessageBelongsTo.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChatMessage\receiver.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChatMessage\sender.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChat\creator.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChat\messages.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
31:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChat\organization.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
37:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\DirectChat\users.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\EventProject\tasks.spec.ts
28:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
33:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
36:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\attendees.spec.ts
26:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
31:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\attendeesCheckInStatus.spec.ts
24:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
29:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\averageFeedbackScore.test.ts
28:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
40:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
40:49 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
42:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\feedback.test.ts
24:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
28:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
29:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
29:41 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\organization.spec.ts
26:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
31:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Event\projects.spec.ts
28:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
32:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
35:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Feedback\event.spec.ts
24:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
28:34 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\GroupChatMessage\groupChatMessageBelongsTo.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\GroupChatMessage\sender.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\GroupChat\messages.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\GroupChat\users.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\MembershipRequest\organization.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\MembershipRequest\user.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\acceptAdmin.spec.ts
65:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
153:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\acceptMembershipRequest.spec.ts
72:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
112:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
151:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
203:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
243:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addEventAttendee.spec.ts
55:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
78:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
85:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
104:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
108:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
115:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
134:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
138:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
157:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
161:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
170:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
191:19 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
192:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
196:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
203:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addFeedback.spec.ts
51:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
59:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
77:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
84:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
92:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
104:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
105:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
118:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
125:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
132:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
151:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
158:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
168:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
184:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
191:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
198:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addLanguageTranslation.spec.ts
70:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addOrganizationImage.spec.ts
71:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addUserImage.spec.ts
65:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\addUserToGroupChat.spec.ts
74:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
111:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
161:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
207:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
233:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\adminRemoveEvent.spec.ts
63:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
94:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
127:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
162:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\adminRemoveGroup.spec.ts
58:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
86:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
113:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
146:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
157:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
177:25 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\assignUserTag.spec.ts
74:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
104:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
136:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
166:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
200:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
259:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\blockPluginCreationBySuperadmin.spec.ts
59:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
88:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\blockUser.spec.ts
93:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
110:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
135:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
160:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
196:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
244:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\cancelMembershipRequest.spec.ts
57:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
85:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
112:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
140:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\checkIn.spec.ts
57:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
80:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
87:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
106:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
110:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
117:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
136:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
140:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
147:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165:19 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
166:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
170:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
177:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
190:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
191:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
197:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
206:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
207:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
210:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
212:24 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
228:19 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
229:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
233:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
240:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createAdmin.spec.ts
58:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
88:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
129:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
189:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createComment.spec.ts
49:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createDirectChat.spec.ts
68:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
95:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createEvent.spec.ts
72:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
108:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
211:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
212:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
375:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
417:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
458:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
499:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createEventProject.spec.ts
106:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
107:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
137:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
138:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
151:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
169:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
170:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
196:26 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createGroupChat.spec.ts
55:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
75:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createMember.spec.ts
67:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
108:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
127:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
158:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createMessageChat.spec.ts
22:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
22:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
78:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createOrganization.spec.ts
73:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
157:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
157:55 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
220:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
249:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
278:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createPost.spec.ts
87:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
120:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
154:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
292:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
323:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createSampleOrganization.spec.ts
53:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
76:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
100:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
101:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
120:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
129:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
130:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
148:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
149:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createTask.spec.ts
41:25 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
54:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
75:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
83:25 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
92:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
96:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
103:23 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\createUserTag.spec.ts
82:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
113:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
175:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
207:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
239:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\deleteAdvertisementById.spec.ts
17:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\deleteDonationById.spec.ts
14:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
14:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\forgotPassword.spec.ts
34:9 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
49:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
82:35 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
89:51 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\joinPublicOrganization.spec.ts
69:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
93:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
133:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
157:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
178:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\leaveOrganization.spec.ts
69:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
94:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
139:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\likeComment.spec.ts
25:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
85:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\likePost.spec.ts
62:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\login.spec.ts
106:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
135:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
163:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\otp.spec.ts
35:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\refreshToken.spec.ts
60:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
76:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
89:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
130:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
166:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\registerForEvent.spec.ts
65:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
79:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
83:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
91:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
99:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
100:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
115:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
119:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\rejectAdmin.spec.ts
68:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
96:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
131:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\rejectMembershipRequest.spec.ts
73:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
109:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
219:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeAdmin.spec.ts
79:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
107:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
155:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
207:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeAdvertisement.spec.ts
125:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeComment.spec.ts
33:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
117:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
173:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
187:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeDirectChat.spec.ts
98:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
126:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
174:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeEvent.spec.ts
60:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
85:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
134:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeEventAttendee.spec.ts
55:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
78:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
85:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
104:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
108:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
115:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
134:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
138:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
163:19 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
164:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
168:33 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
175:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
188:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
189:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
193:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
204:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeEventProject.spec.ts
33:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
93:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
118:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
119:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
146:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
147:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
167:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeGroupChat.spec.ts
87:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
127:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
186:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeMember.spec.ts
142:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
171:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
201:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
230:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
259:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
286:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
315:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeOrganization.spec.ts
42:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
42:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
43:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
43:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
44:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
44:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
169:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
197:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
243:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeOrganizationImage.spec.ts
98:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
128:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removePost.spec.ts
69:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
96:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
123:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeSampleOrganization.spec.ts
16:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
73:31 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
127:36 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
178:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
179:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
197:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
198:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
219:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
220:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
241:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
242:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
261:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
262:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeTask.spec.ts
53:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
70:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
78:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
91:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
95:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
103:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
111:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
115:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
120:39 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
123:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeUserFromGroupChat.spec.ts
60:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
97:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
200:39 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
216:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeUserImage.spec.ts
58:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
83:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\removeUserTag.spec.ts
91:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
145:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\sendMembershipRequest.spec.ts
57:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
82:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\sendMessageToDirectChat.spec.ts
33:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
99:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
124:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\sendMessageToGroupChat.spec.ts
25:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25:55 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
63:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
88:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
114:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\setTaskVolunteers.spec.ts
44:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
54:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
76:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
83:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
100:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
105:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
112:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
131:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
136:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
143:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
162:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
163:22 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
167:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
174:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
186:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
195:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
196:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
204:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
205:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
213:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
214:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\signUp.spec.ts
260:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
289:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\togglePostPin.spec.ts
74:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
101:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
127:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\unassignUserTag.spec.ts
73:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
103:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
135:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
198:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\unblockUser.spec.ts
58:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
84:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
111:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
160:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\unlikeComment.spec.ts
18:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
73:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\unlikePost.spec.ts
58:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\unregisterForEventByUser.spec.ts
65:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
94:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
105:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
106:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
134:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
135:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateEvent.spec.ts
92:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
120:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
262:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
304:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
345:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
386:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateEventProject.spec.ts
33:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
87:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
153:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateOrganization.spec.ts
80:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
110:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updatePost.spec.ts
46:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
68:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
196:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateTask.spec.ts
53:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
83:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
100:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
105:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
113:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
125:11 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
138:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateUserPassword.spec.ts
28:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
28:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
84:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
116:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
146:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
176:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateUserProfile.spec.ts
29:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
29:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
30:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
30:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
90:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
118:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
179:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateUserRoleInOrganization.spec.ts
162:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
187:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
212:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
237:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
262:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
287:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
312:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
337:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
362:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateUserTag.spec.ts
62:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
74:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
98:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
106:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
122:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
128:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
136:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
157:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
162:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
170:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
188:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
189:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
194:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
202:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
211:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
216:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
226:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
229:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Mutation\updateUserType.spec.ts
67:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
97:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
139:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
168:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Organization\creator.spec.ts
73:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Post\comments.spec.ts
20:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
21:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
45:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
51:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
60:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
66:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Post\creator.spec.ts
20:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
21:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
31:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
36:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\checkAuth.spec.ts
30:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\directChatsByUserID.spec.ts
35:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\directChatsMessagesByChatID.spec.ts
61:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
74:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\event.spec.ts
40:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\eventsByOrganizationConnection.spec.ts
1:1 warning Do not use "@ts-nocheck" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\getlanguage.spec.ts
15:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
15:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\hasSubmittedFeedback.spec.ts
53:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
70:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
80:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
97:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
98:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
107:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
120:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
132:17 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
133:18 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
142:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
161:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
162:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\me.spec.ts
33:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\myLanguage.spec.ts
30:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\organizationIsSample.spec.ts
59:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
99:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
120:13 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
121:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\organizations.spec.ts
41:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\organizationsConnection.spec.ts
16:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\organizationsMemberConnection.spec.ts
16:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
797:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
815:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\post.spec.ts
33:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\postsByOrganizationConnection.spec.ts
1:1 warning Do not use "@ts-nocheck" because it alters compilation errors @typescript-eslint/ban-ts-comment
24:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
24:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
141:23 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
144:5 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
173:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
189:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
228:5 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
290:5 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\user.spec.ts
34:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\userLanguage.spec.ts
31:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\users.spec.ts
14:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
14:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
48:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Query\usersConnection.spec.ts
182:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
185:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
188:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
191:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
194:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
207:24 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
208:23 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
209:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
210:30 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
244:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
247:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
250:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
253:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
256:16 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
269:28 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
270:27 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
271:24 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
272:34 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Subscription\directMessageChat.spec.ts
18:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Subscription\messageSentToDirectChat.spec.ts
47:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
49:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
86:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
88:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Subscription\messageSentToGroupChat.spec.ts
42:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
44:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
70:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment
72:5 warning Do not use "@ts-ignore" because it alters compilation errors @typescript-eslint/ban-ts-comment

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Task\creator.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Task\event.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\Task\volunteers.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\UserTag\childTags.spec.ts
32:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
43:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
44:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
47:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
51:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
63:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
64:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
67:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
71:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
88:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
89:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
91:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
92:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
94:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\UserTag\organization.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\UserTag\parentTag.spec.ts
24:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
36:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\UserTag\usersAssignedTo.spec.ts
31:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
42:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
43:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
46:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
50:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
62:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
63:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
66:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
70:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
92:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
93:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
95:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
96:7 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
98:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\User\assignedTasks.spec.ts
25:20 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
30:12 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\resolvers\middleware\currentUserExists.spec.ts
21:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:55 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
21:74 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
53:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
63:15 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\adminCheck.spec.ts
53:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\createSampleOrganizationUtil.spec.ts
137:14 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion
139:25 warning Forbidden non-null assertion @typescript-eslint/no-non-null-assertion

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\deleteDuplicatedImage.spec.ts
22:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
22:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
35:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
35:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\deleteImage.spec.ts
26:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
54:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
54:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\encodedImageStorage\uploadEncodedImage.spec.ts
35:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
50:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
64:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
159:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\encodedVideoStorage\uploadEncodedVideo.spec.ts
34:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
45:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\imageAlreadyInDbCheck.spec.ts
54:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
54:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
81:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
81:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
171:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
171:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
193:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\mailer.spec.ts
48:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
68:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\reuploadDuplicateCheck.spec.ts
50:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
50:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
106:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
106:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

C:\Users\sande\OneDrive\Desktop\talawa-api\tests\utilities\uploadImage.spec.ts
58:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
116:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

✖ 933 problems (2 errors, 931 warnings)

husky - pre-commit hook exited with code 1 (error)

@skbhagat0502
Copy link
Contributor Author

@aashimawadhwa I manually commited the changes now.

@palisadoes
Copy link
Contributor

@skbhagat0502 The errors are probably due to work related to this PR. Merge your code with the latest develop/upstream and they should go away. Is this correct @tasneemkoushar ?

@skbhagat0502
Copy link
Contributor Author

@palisadoes my code is up to date with the latest develop/upstream, still facing the issue.

@tasneemkoushar
Copy link
Contributor

@skbhagat0502 are you able to commit now?

@skbhagat0502
Copy link
Contributor Author

@tasneemkoushar I have already pushed the code manually. Do I need to do it again.

@palisadoes
Copy link
Contributor

@skbhagat0502 I spoke to one of the contributors and the concern I had about the user screens has already been solved. So you can go ahead with the issues in both repos as we discussed in slack

@skbhagat0502
Copy link
Contributor Author

Ok @palisadoes

@skbhagat0502
Copy link
Contributor Author

skbhagat0502 commented Nov 30, 2023

@tasneemkoushar I am not able to commit yet and getting the same error. I am commiting manually.

@skbhagat0502
Copy link
Contributor Author

skbhagat0502 commented Nov 30, 2023

@palisadoes I added the ldap login and register features. In the process of ldap registration the users email will be saved to the mongodb database also. This will ensure that the website do not break if authentication method is switched to ldap. Also I have ensured that superadmin will not be locked out and I have done this as we have disscussed in slack ie. with the help of LAST_RESORT_SUPERADMIN_EMAIL.

@skbhagat0502
Copy link
Contributor Author

@tasneemkoushar I am not able to commit yet and getting the same error. I am commiting manually.

@tasneemkoushar I got the issue which is causing this. This is because I have updated the vite.config.ts which is unauthorized. But it was important to do so. I have excluded some file like ldapConfig.ts and ldap.ts which was not important to cover with tests. All the configuration file were excluded for test so I too did this.

Copy link

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label Dec 11, 2023
@palisadoes
Copy link
Contributor

Closing due to inactivity and other priorities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request no-issue-activity No issue activity unapproved Unapproved for Pull Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants