-
Notifications
You must be signed in to change notification settings - Fork 6
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
[#2737] Sync user personal data with OpenKlant2 #1396
[#2737] Sync user personal data with OpenKlant2 #1396
Conversation
be537c0
to
19f49ff
Compare
2c9561e
to
95065ed
Compare
95065ed
to
5b4a0e5
Compare
5b4a0e5
to
06ed713
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1396 +/- ##
===========================================
- Coverage 94.94% 94.88% -0.06%
===========================================
Files 1043 1046 +3
Lines 38290 38604 +314
===========================================
+ Hits 36353 36630 +277
- Misses 1937 1974 +37 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor question, but we can go ahead
06ed713
to
78e758a
Compare
|
||
if (count := resp["count"]) > 0: | ||
if count > 1: | ||
# TODO: Is this a use-case? The API seems to allow this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a valid issue for OK, good that you already raised it: maykinmedia/open-klant#241
Taiga 2737