Skip to content

Commit

Permalink
fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
yiranlir committed Oct 1, 2024
1 parent 1239362 commit 8818212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
logging.error(f"Error checking shift conflicts for user {userId} and request {shiftId}: {e}")
return Falsegit
git logging.error(f"Error checking shift conflicts for user {userId} and request {shiftId}: {e}")
return False

0 comments on commit 8818212

Please sign in to comment.