Skip to content

Commit

Permalink
second change to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quesadas committed Oct 17, 2023
1 parent 7b807c3 commit abad214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csm_web/scheduler/views/spacetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def override(self, request, pk=None):
status_code = status.HTTP_202_ACCEPTED
else: # create
serializer = OverrideSerializer(
data={"overriden_spacetime": spacetime.pk, **request.data}
data={"overridden_spacetime": spacetime.pk, **request.data}
)
status_code = status.HTTP_201_CREATED
if serializer.is_valid():
Expand Down

0 comments on commit abad214

Please sign in to comment.