Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranlir committed Oct 1, 2024
1 parent 8818212 commit d467f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/shift_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ def check_conflict_shifts(self, session, userId, shiftId):
return False
except Exception as e:
# Log the error and return False in case of an exception
git logging.error(f"Error checking shift conflicts for user {userId} and request {shiftId}: {e}")
logging.error(f"Error checking shift conflicts for user {userId} and request {shiftId}: {e}")
return False

0 comments on commit d467f9c

Please sign in to comment.