Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brdandu committed Apr 3, 2024
1 parent cb72c9b commit 38b0216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/db/query-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async function getPackagesByParentAndType(db, parentId, type) {
* @param {*} db
* @param {*} packageId
*/
async function getPackageByPackageId(db, packageIds) {
async function getPackageByPackageId(db, packageId) {
return dbApi
.dbGet(db, `${querySelectFromPackage} WHERE PACKAGE_ID = ?`, [packageId])
.then(dbMapping.map.package)
Expand Down

0 comments on commit 38b0216

Please sign in to comment.