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 #580

Merged
merged 210 commits into from
Aug 4, 2023
Merged

Alpha #580

merged 210 commits into from
Aug 4, 2023

Conversation

Aman035
Copy link
Member

@Aman035 Aman035 commented Jul 24, 2023

No description provided.

@github-actions
Copy link

File: package.json

  • Line 149: Missing closing brace after "devDependencies" section. Add "}" before the line containing "babel-jest".

File: packages/examples/sdk-backend-node/src/chat/chat.ts

  • Line 140: Typo in function name "runNotificaitonsUseCases". Should be "runNotificationsUseCases".
  • Line 187: Missing closing brace for "async function PushAPI_user_getFeeds__spam(silent = !showAPIResponse)". Add "}" before line 194.

File: packages/examples/sdk-backend-node/src/notification/index.ts

  • Line 52: Typo in comment "notificaitons". Should be "notifications".
  • Line 58: Typo in comment "PushAPI.user.getFeeds [Spam]". Should be "PushAPI_user_getFeeds__spam".

File: packages/restapi/src/lib/channels/subscribe.ts: No issues found.

File: packages/restapi/src/lib/channels/unsubscribe.ts: No issues found.

File: packages/restapi/src/lib/chat/helpers/crypto.ts: No issues found.

File: packages/restapi/src/lib/chat/helpers/wallet.ts: No issues found.

File: packages/restapi/src/lib/helpers/crypto.ts: No issues found.

File: packages/restapi/src/lib/helpers/index.ts: No issues found.

File: packages/restapi/src/lib/helpers/signer.ts: No issues found.

File: packages/restapi/src/lib/payloads/helpers.ts: No issues found.

File: packages/restapi/src/lib/types/index.ts: No issues found.

File: packages/uiweb/src/lib/components/chatAndNotification/ChatAndNotificationWidget.tsx: No issues found.

File: packages/uiweb/src/lib/types/index.ts: No issues found.

File: yarn.lock: No issues found.

All looks good.

@Aman035 Aman035 closed this Jul 24, 2023
@Aman035 Aman035 reopened this Jul 31, 2023
@github-actions
Copy link

File: package.json

  • There is a missing closing brace '}' after the "dependencies" section.
  • The value of the "react-router-dom" package should be "6.3.0" instead of "6.3.3".
  • There is a missing comma after the "styled-components" package.

File: packages/examples/sdk-backend-node/src/chat/chat.ts

  • There is an extra opening brace '{' after the line "const randomWallet1 = privateKeyToAccount(generatePrivateKey()).address;".

File: packages/examples/sdk-backend-node/src/notification/index.ts

  • There is a typo in the function name "runNotificaitonsUseCases". It should be "runNotificationsUseCases".
  • There is a missing closing parenthesis ')' after the line "const signer = createWalletClient({".
  • There is a missing comma after the line "const signer = createWalletClient({".

File: packages/restapi/src/lib/channels/subscribe.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/channels/unsubscribe.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/chat/helpers/crypto.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/chat/helpers/wallet.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/helpers/crypto.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/helpers/signer.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/payloads/helpers.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/restapi/src/lib/types/index.ts

  • This file seems to be empty. Please check if the content is missing.

File: packages/uiweb/src/lib/components/chatAndNotification/ChatAndNotificationWidget.tsx

  • There is a missing closing brace '}' at the end of the file.

File: packages/uiweb/src/lib/types/index.ts

  • This file seems to be empty. Please check if the content is missing.

File: yarn.lock

  • No issues found.

All looks good.

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

All looks good.

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

All looks good.

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

All looks good.

@mohammeds1992 mohammeds1992 self-requested a review August 4, 2023 08:32
@mohammeds1992 mohammeds1992 merged commit d6cd152 into main Aug 4, 2023
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.

4 participants