Skip to content

Commit f91d785

Browse files
Nichew666
authored andcommitted
Fixed missing semicolon
1 parent b973747 commit f91d785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsdl/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ export class WSDL {
573573
return params._xml;
574574
}
575575
const args = {};
576-
const opts = options || {}
576+
const opts = options || {};
577577
if (opts.overrideBaseElement) {
578578
Object.keys(params).forEach((k: string) => {
579579
args[k] = params[k];

0 commit comments

Comments
 (0)