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

Translating src/api/Chats.js from JS to TS. #79

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jdaouddd
Copy link

I translated the Chats javascript file to Typescript by adding types and strengthening the security and accessibility of the file by changing it to Typecript. The changes I made resolves #32 .

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6017004036

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.01%) to 84.996%

Files with Coverage Reduction New Missed Lines %
src/messaging/notifications.js 1 96.55%
src/api/chats.js 2 94.62%
Totals Coverage Status
Change from base Build 5912059056: 0.01%
Covered Lines: 22611
Relevant Lines: 25366

💛 - Coveralls

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.

Converting src/api/chats.js from JS to TS
2 participants