-
Notifications
You must be signed in to change notification settings - Fork 10
fix(portail-usagers): fix conversion date dans inWithinInterval #3911
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
Conversation
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.
An error occurred: 400 {"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CTAGJ47Wdi4Vwqi2NvBoa"}
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3911 +/- ##
=======================================
Coverage 64.82% 64.82%
=======================================
Files 980 980
Lines 16661 16662 +1
Branches 2323 2327 +4
=======================================
+ Hits 10800 10801 +1
Misses 5672 5672
Partials 189 189 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
...rtail-usagers/src/app/modules/usager-account/components/home-usager/home-usager.component.ts
Show resolved
Hide resolved
...rtail-usagers/controllers/portail-usagers-profile/portail-usagers-profile.controller.spec.ts
Show resolved
Hide resolved
public updatedAt?: Date; | ||
public version?: number; | ||
constructor(options: StructureInformation) { | ||
this.title = options.title; |
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.
Il faudrait mettre des valeurs par défaut
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.
valeurs par défaut dans quel sens ?
packages/common/src/structure-information/classes/StructureInformation.class.ts
Outdated
Show resolved
Hide resolved
packages/common/src/structure-information/classes/StructureInformation.class.ts
Outdated
Show resolved
Hide resolved
|
🎉 This PR is included in version 2.220.17 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.