Skip to content

Commit

Permalink
chore: fix codestyle error
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Steiner <jakob.steiner@glasskube.eu>
  • Loading branch information
kosmoz committed Jun 26, 2024
1 parent 03fd8e9 commit dd5b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/glasskube-packages/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class GlasskubePackagesDatasource extends Datasource {
@cache({
namespace: `datasource-${GlasskubePackagesDatasource.id}`,
key: ({ registryUrl, packageName }: GetReleasesConfig) =>
`${registryUrl!}:${packageName}`
`${registryUrl!}:${packageName}`,
})
override async getReleases({
packageName,
Expand Down

0 comments on commit dd5b47a

Please sign in to comment.