Skip to content

Commit

Permalink
chore: update charm libraries (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
observability-noctua-bot authored Aug 15, 2024
1 parent 2afc6d7 commit b345967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

LIBID = "e6f580481c1b4388aa4d2cdf412a47fa"
LIBAPI = 0
LIBPATCH = 4
LIBPATCH = 5

DEFAULT_RELATION_NAME = "grafana-cloud-config"

Expand Down Expand Up @@ -154,4 +154,4 @@ def _data(self):
for relation in self._charm.model.relations[self._relation_name]:
logger.info("%s %s %s", relation, self._relation_name, relation.data[relation.app])
return relation.data[relation.app]
return {}
return {}

0 comments on commit b345967

Please sign in to comment.