Skip to content

Commit c2e6d0a

Browse files
committed
more anyification
1 parent 199ae88 commit c2e6d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/BundleDeploy/BundleDeployer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class BundleDeployer {
219219
}
220220
}
221221

222-
private async submitJCL(jcl: string, session: AbstractSession): Promise<string> {
222+
private async submitJCL(jcl: string, session: any): Promise<string> {
223223
let spoolOutput: any;
224224
const status: ITaskWithStatus = { percentComplete: TaskProgress.TEN_PERCENT,
225225
statusMessage: "Submitting DFHDPLOY JCL",

0 commit comments

Comments
 (0)