Skip to content

Commit

Permalink
Updated line 238 of mfr-api-prod: chul/models.py
Browse files Browse the repository at this point in the history
ertush committed Jul 17, 2024
1 parent 2b2899c commit 6ac3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chul/models.py
Original file line number Diff line number Diff line change
@@ -235,7 +235,7 @@ def pending_updates(self):
health_unit=self
)

chu = chu_update_buffer[0] if len(chu_update_buffer) > 0 else ChuUpdateBuffer.objects.get(
chu = chu_update_buffer[-1] if len(chu_update_buffer) > 0 else ChuUpdateBuffer.objects.get(
is_approved=False,
is_rejected=False,
health_unit=self

0 comments on commit 6ac3003

Please sign in to comment.