Skip to content

Commit

Permalink
Reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ratushnyy committed Oct 12, 2023
1 parent b617128 commit c640a7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ def _assign_relation_alias(self, relation_id: int) -> None:
# Set the alias in the unit relation databag of the specific relation.
relation = self.charm.model.get_relation(self.relation_name, relation_id)
relation.data[self.local_unit].update({"alias": available_aliases[0]})

# Set the alias in the app relation databag of the specific relation.
self.update_relation_data(relation_id, {"alias": available_aliases[0]})

Expand Down

0 comments on commit c640a7a

Please sign in to comment.