Skip to content

Conversation

@martinboulais
Copy link
Contributor

I DON'T have JIRA ticket

  • explain what this PR does

Notable changes for developers:

  • Fixed EoS report tests that fails during the shift transition period (30 minutes after start of new shifts)

@martinboulais martinboulais requested a review from graduta as a code owner June 6, 2024 14:36
@martinboulais martinboulais added the bug Something isn't working label Jun 6, 2024
@martinboulais martinboulais self-assigned this Jun 6, 2024
@martinboulais martinboulais requested a review from xsalonx June 6, 2024 14:36
Comment on lines 80 to +81
// Find EoS reports from the last shift with the correct title
const pastShift = getShiftFromTimestamp(shift.start - SHIFT_DURATION);
const pastShift = await this.getUserPreviousShiftOrFail(shifterUserIdentifier);
Copy link
Collaborator

Choose a reason for hiding this comment

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

accoriding to docs, it doesn't return Promise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

3 participants