Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Aug 26, 2024
1 parent bb04503 commit 7d32385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/datasource/deb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export class DebDatasource extends Datasource {
*/
@cache({
namespace: `datasource-${DebDatasource.id}`,
key: ({registryUrl, packageName}: GetReleasesConfig) =>
key: ({ registryUrl, packageName }: GetReleasesConfig) =>
`${registryUrl}:${packageName}`,
})
async getReleases({
Expand Down

0 comments on commit 7d32385

Please sign in to comment.