Skip to content

Commit

Permalink
fix: πŸ› It should be just status, not status_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Jan 9, 2024
1 parent 6e80c14 commit 8f10fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def create(cls, diffsync, ids, attrs):
_pf = OrmPrefix(
prefix=ids["prefix"],
namespace=Namespace.objects.get(name="Global"),
status_id=OrmStatus.objects.get(name="Active"),
status=OrmStatus.objects.get(name="Active"),
)
_pf.validated_save()
return super().create(diffsync=diffsync, ids=ids, attrs=attrs)
Expand Down

0 comments on commit 8f10fd6

Please sign in to comment.