Skip to content

Commit

Permalink
remove unnessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed May 5, 2023
1 parent 5104a2a commit 293cdf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CswUrlBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ export default class CswUrlBuilder {
this.baseUrl = new URI(options.baseUrl);
this.GetRecordByIdParameters.outputschema =
options.outputSchema || "http://www.isotc211.org/2005/gmd";
this.GetRecordsParameters.outputschema =
options.outputSchema || "http://www.isotc211.org/2005/gmd";
this.GetRecordByIdParameters.typeNames =
options.typeNames || "gmd:MD_Metadata";
this.GetRecordsParameters.typeNames =
options.typeNames || "gmd:MD_Metadata";

if (options.basicAuth) {
this.GetRecordsParameters.basicAuth = options.basicAuth;
Expand Down

0 comments on commit 293cdf9

Please sign in to comment.