We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e90ed commit b0959a0Copy full SHA for b0959a0
packages/fyn/lib/pkg-installer.ts
@@ -620,7 +620,7 @@ class PkgInstaller {
620
621
const pkgName = Path.posix.join(scope, dirName);
622
const pkgData = pkgsData[pkgName];
623
- const topPkg = pkgData && _.find(pkgData.versions, (x: PkgData) => x.promoted);
+ const topPkg = pkgData && _.find(pkgData.versions, (x: DepInfo) => x.promoted);
624
625
if (!topPkg) {
626
this._removedCount++;
0 commit comments