Skip to content

Commit

Permalink
style: renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
François-Xavier Wicht committed Jul 18, 2022
1 parent 6f354ab commit e3297b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/src/infra/arr/lidarr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class LidarrAPI {
}
}

export const GetRadarrInstanceFromDb = async (
export const GetLidarrInstanceFromDb = async (
id: string,
): Promise<LidarrAPI | undefined> => {
try {
Expand Down

0 comments on commit e3297b2

Please sign in to comment.