Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Sep 2, 2024
1 parent a2d5d81 commit 4694824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launchers/epic/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const getAppById = async (id: string) =>
await Promise.all([
getLauncherInstalled()
.then((apps) =>
apps.find((app) => [app.ArtifactId, app.AppName].includes(id))
apps.find((app) => [app.artifactId, app.appName].includes(id))
),
getManifestById(id),
]),
Expand Down

0 comments on commit 4694824

Please sign in to comment.