Skip to content

fix(pinia-orm): $refresh() is not working#1125

Merged
CodeDredd merged 1 commit intomasterfrom
pinia-orm-1124
Mar 27, 2023
Merged

fix(pinia-orm): $refresh() is not working#1125
CodeDredd merged 1 commit intomasterfrom
pinia-orm-1124

Conversation

@CodeDredd
Copy link
Copy Markdown
Owner

@CodeDredd CodeDredd commented Mar 27, 2023

🔗 Linked issue

closes #1124

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@CodeDredd CodeDredd added the bug Something isn't working label Mar 27, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 27, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (943e554) 99.64% compared to head (7a4562b) 99.64%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1125   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files          88       88           
  Lines        5875     5879    +4     
  Branches      536      537    +1     
=======================================
+ Hits         5854     5858    +4     
  Misses         19       19           
  Partials        2        2           
Impacted Files Coverage Δ
packages/pinia-orm/src/model/Model.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@CodeDredd CodeDredd merged commit 7cf0d6e into master Mar 27, 2023
@CodeDredd CodeDredd deleted the pinia-orm-1124 branch March 27, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

$refresh() is not working

2 participants