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

Alpha deployment #1257

Merged
merged 3 commits into from
May 2, 2024
Merged

Alpha deployment #1257

merged 3 commits into from
May 2, 2024

Conversation

mishramonalisha76
Copy link
Collaborator

Fixes Issue

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

@mishramonalisha76 mishramonalisha76 merged commit 9e36ead into alpha May 2, 2024
1 check passed
Copy link

github-actions bot commented May 2, 2024

In the file packages/uiweb/package-lock.json:

  1. There is a missing comma after the "peer" property in the "@ampproject/remapping" section.
  2. The "requires" property should be within the "packages" object, not at the root level.
  3. The "engines" object under "@ampproject/remapping" is not closed properly with a curly brace.

In the file packages/uiweb/package.json:

  1. The "peerDependencies" object is not closed properly with a curly brace.

In the file packages/uiweb/src/lib/hooks/chat/useGroupMemberUtilities.ts:

  1. The fetchMemberStatus and fetchMembersCount functions are missing closing curly braces.

It seems like there are several syntax errors in the provided files that need to be corrected.

All looks good.

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.

1 participant