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

fix: fixed participants api #905

Merged
merged 1 commit into from
Nov 30, 2023
Merged

fix: fixed participants api #905

merged 1 commit into from
Nov 30, 2023

Conversation

mishramonalisha76
Copy link
Contributor

No description provided.

@mohammeds1992 mohammeds1992 merged commit 4e6f5f3 into main Nov 30, 2023
1 check passed
Copy link

File: packages/restapi/src/lib/pushapi/chat.ts

  • Line 13: The variable name seems to be undefined. Please make sure it is properly declared and assigned a value before using it.

  • Line 14, 15: The conditional operator seems to be used incorrectly. Please make sure that the property options is properly defined before accessing its properties description and image.

  • Line 20: The object key scheduleAt seems to be missing a value. Please make sure it is properly assigned a value or remove it if it's not needed.

  • Line 21: The object key scheduleEnd seems to be missing a value. Please make sure it is properly assigned a value or remove it if it's not needed.

  • Line 22: The object key status seems to be missing a value. Please make sure it is properly assigned a value or remove it if it's not needed.

  • Line 26, 28: The conditional operators seem to be used incorrectly. Please make sure that the properties options.members and options.admins are properly defined before using them. If they are optional, consider using nullish coalescing operator (??) instead.

  • Line 50: The object key pending seems to be missing a value. Please make sure it is properly assigned a value or remove it if it's not needed.

  • Line 50: The object key role seems to be missing a value. Please make sure it is properly assigned a value or remove it if it's not needed.

  • Line 62: The return statement seems to be missing the closing parenthesis ')'. Please make sure to close the return statement properly.

  • Line 67: The return statement seems to be missing the closing parenthesis ')'. Please make sure to close the return statement properly.

  • Line 73: The function status seems to be missing a closing parenthesis ')'. Please make sure to close the function properly.

  • Line 76: The return statement seems to be missing the closing parenthesis ')'. Please make sure to close the return statement properly.

  • Line 93: The function permissions seems to be missing a closing parenthesis ')'. Please make sure to close the function properly.

All other parts of the code seem to be fine.

@mishramonalisha76 mishramonalisha76 deleted the fix-group-participants branch March 5, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants