Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@whitdog47
Copy link
Contributor

@whitdog47 whitdog47 commented Aug 10, 2025

This PR fixes a bug in the case scheduler by adding a null check for the stable_at field before performing date operations. It also includes code formatting improvements by consolidating multi-line function calls.

  • Added null safety check for case.stable_at to prevent potential errors
  • Consolidated multi-line function arguments to single lines for better readability

@whitdog47 whitdog47 requested a review from Copilot August 10, 2025 22:01
@whitdog47 whitdog47 self-assigned this Aug 10, 2025
@whitdog47 whitdog47 added the bug Something isn't working label Aug 10, 2025
@whitdog47 whitdog47 changed the title fix(scheduler): not all cases have a stable fix(scheduler): not all cases have a stable_at date Aug 10, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug in the case scheduler by adding a null check for the stable_at field before performing date operations. It also includes code formatting improvements by consolidating multi-line function calls.

  • Added null safety check for case.stable_at to prevent potential errors
  • Consolidated multi-line function arguments to single lines for better readability

@whitdog47 whitdog47 merged commit 14e6d75 into main Aug 11, 2025
14 checks passed
@whitdog47 whitdog47 deleted the fix/dont-send-close-reminder-if-no-stable-date branch August 11, 2025 21:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants