We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eda6ab commit 7b114c4Copy full SHA for 7b114c4
src/commands/package/pushupgrade/list.ts
@@ -57,7 +57,7 @@ export class PackagePushRequestListCommand extends SfCommand<PackagePushRequestL
57
58
// Get results of query here
59
// Use const since we will add verbose later
60
- // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment
61
const results: PackagePushRequestListResult[] = await PackagePushUpgrade.list(this.connection, {
62
packageId: flags.packageid,
63
status: flags.status,
0 commit comments