Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into dev-sandbox-support-show-repo
  • Loading branch information
narasux committed Mar 5, 2025
2 parents 049972c + 1ad700a commit 06406f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def get_instance(self) -> Optional[ServiceInstanceObj]:
uuid=str(self.db_obj.service_instance),
credentials=json.loads(self.db_obj.service_instance.credentials),
config=self.db_obj.service_instance.config,
tenant_id=self.db_obj.plan.tenant_id,
tenant_id=self.db_obj.service_instance.plan.tenant_id,
should_hidden_fields=should_hidden_fields,
should_remove_fields=should_remove_fields,
create_time=self.db_obj.created,
Expand Down

0 comments on commit 06406f4

Please sign in to comment.