Skip to content

Commit

Permalink
feat: add request scheduled time
Browse files Browse the repository at this point in the history
  • Loading branch information
btrn11 committed Jan 2, 2025
1 parent 8b85e14 commit 8752847
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/package/pushupgrade/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@ export class PackagePushRequestListCommand extends SfCommand<PackagePushRequestL
);

return {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
PushRequestId: record?.PushRequestId,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
PackageVersionId: record?.PackageVersionId,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
PushRequestStatus: record?.PushRequestStatus,
PushRequestScheduledDateTime: 'test',
PushRequestScheduledDateTime: record?.PushRequestScheduledDateTime,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
NumOrgsScheduled: totalNumOrgs,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
Expand Down

0 comments on commit 8752847

Please sign in to comment.