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 bug when setting non-string values in Presence #311

Merged
merged 1 commit into from
Jun 13, 2022

Conversation

hackerwins
Copy link
Member

@hackerwins hackerwins commented Jun 13, 2022

What this PR does / why we need it?

Fix bug when setting non-string values in Presence

Any background context you want to provide?

What are the relevant tickets?

Fixes #301

Checklist

  • Added relevant tests or not required
  • Didn't break anything

@hackerwins hackerwins force-pushed the presence-non-string branch 3 times, most recently from 49c0856 to 989ae41 Compare June 13, 2022 07:16
@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #311 (da50e8d) into main (5d83085) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #311      +/-   ##
==========================================
+ Coverage   86.73%   86.74%   +0.01%     
==========================================
  Files          70       70              
  Lines        4704     4709       +5     
  Branches      496      496              
==========================================
+ Hits         4080     4085       +5     
  Misses        436      436              
  Partials      188      188              
Impacted Files Coverage Δ
src/api/converter.ts 82.12% <100.00%> (ø)
src/core/client.ts 76.26% <100.00%> (ø)
test/integration/client_test.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d83085...da50e8d. Read the comment docs.

@hackerwins hackerwins merged commit 0130354 into main Jun 13, 2022
@hackerwins hackerwins deleted the presence-non-string branch June 13, 2022 07:22
parkeunae pushed a commit to parkeunae/yorkie-js-sdk that referenced this pull request Jul 23, 2022
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.

Using object type in the presence value doesn't work
1 participant