Skip to content

Commit

Permalink
Update src/objects/api/fields.py
Browse files Browse the repository at this point in the history
Co-authored-by: Victorien <[email protected]>
  • Loading branch information
annashamray and Viicos authored Apr 17, 2024
1 parent 4e269eb commit df49fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/api/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def to_internal_value(self, data):
try:
return self.get_queryset().get_by_url(data)
except ObjectDoesNotExist:
# if service is configured, but objec_type is missing
# if service is configured, but object_type is missing
# let's try to create an ObjectType
service = Service.get_service(data)
if not service:
Expand Down

0 comments on commit df49fe8

Please sign in to comment.