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: added Reaction MessageType #633

Merged
merged 1 commit into from
Aug 11, 2023
Merged

fix: added Reaction MessageType #633

merged 1 commit into from
Aug 11, 2023

Conversation

Aman035
Copy link
Member

@Aman035 Aman035 commented Aug 11, 2023

No description provided.

@github-actions
Copy link

In the file: packages/restapi/src/lib/chat/helpers/payloadHelper.ts:

  • Line 35: There is a typo in the comment. Change 'decessor' to 'deprecated'.
  • Line 117-120: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 120.
  • Line 123-124: The if statement is missing a closing parenthesis. Add a closing parenthesis after the third condition check on line 124.
  • Line 135: The if statement is missing a closing parenthesis. Add a closing parenthesis after line 135.
  • Line 195-202: There are multiple ellipsis (...) in the code. Please remove them and replace them with the appropriate code.
  • Line 243: There is a spelling mistake in the comment. Change 'ENVIRONEMENTS' to 'ENVIRONMENTS'.
  • Line 247: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 247.
  • Line 252: There is a missing opening parenthesis at the beginning of the line. Add an opening parenthesis at the beginning of line 252.
  • Line 254: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 254.

In the file: packages/restapi/src/lib/chat/send.ts:

  • Line 48-49: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 49.
  • Line 69-70: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 70.
  • Line 92: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 92.
  • Line 146: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 146.
  • Line 148: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 148.
  • Line 163-164: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 164.
  • Line 175: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 175.
  • Line 206-207: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 207.
  • Line 216: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 216.
  • Line 233-234: There is a missing closing parenthesis at the end of the line. Add a closing parenthesis at the end of line 234.

In the file: packages/restapi/src/lib/constants.ts:

  • Line 21: There is an extra closing parenthesis at the end of the line. Remove the closing parenthesis at the end of line 21.

In the file: packages/restapi/src/lib/types/index.ts:

  • Line 433-434: There are multiple ellipsis (...) in the code. Please remove them and replace them with the appropriate code.

@Aman035 Aman035 linked an issue Aug 11, 2023 that may be closed by this pull request
@Aman035 Aman035 merged commit 2856ece into main Aug 11, 2023
1 check passed
@Aman035 Aman035 deleted the reaction-messageType branch September 4, 2023 09:28
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.

New MessageType for Reactions
2 participants