File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export class BundleDeployer {
167
167
}
168
168
169
169
170
- private async createZosMFSession ( ) : Promise < AbstractSession > {
170
+ private async createZosMFSession ( ) : Promise < any > {
171
171
// Create a zosMF session
172
172
const zosmfProfile = this . params . profiles . get ( "zosmf" ) ;
173
173
@@ -177,7 +177,7 @@ export class BundleDeployer {
177
177
return ZosmfSession . createBasicZosmfSession ( zosmfProfile ) ;
178
178
}
179
179
180
- private async checkHLQDatasets ( session : AbstractSession ) {
180
+ private async checkHLQDatasets ( session : any ) {
181
181
// Check that the CICS dataset value looks valid and can be viewed
182
182
// Access errors will trigger an Exception
183
183
const cicspds = this . params . arguments . cicshlq + ".SDFHLOAD" ;
You can’t perform that action at this time.
0 commit comments