Skip to content

Commit 274fd79

Browse files
authored
fix(version): fixed version validation check (#61)
Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 48a56e9 commit 274fd79

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vpc/v1.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ class VpcV1 extends BaseService {
130130
constructor(options: UserOptions) {
131131
options = options || {};
132132

133-
const _requiredParams = ['version'];
134-
const _validationErrors = validateParams(options, _requiredParams, null);
135-
if (_validationErrors) {
136-
throw _validationErrors;
137-
}
138133
super(options);
139134
if (options.serviceUrl) {
140135
this.setServiceUrl(options.serviceUrl);

0 commit comments

Comments
 (0)