Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saarikabhasi committed May 2, 2024
1 parent d80d267 commit 19bc39c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/plugins/serverless_search/common/doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class ESDocLinks {
public dataEnrichment: string = '';
public dataFiltering: string = '';
public arrayOrJson: string = '';
public dataTransformation : string = '';
public pipelineHandling : string = '';
public pipelines : string = '';
public dataTransformation: string = '';
public pipelineHandling: string = '';
public pipelines: string = '';

constructor() {}

Expand Down Expand Up @@ -113,7 +113,7 @@ class ESDocLinks {
this.gettingStartedExplore = newDocLinks.serverlessSearch.gettingStartedExplore;

// Ingest processor
this.dataEnrichment= newDocLinks.ingest.dataEnrichment
this.dataEnrichment = newDocLinks.ingest.dataEnrichment;
this.dataFiltering = newDocLinks.ingest.dataFiltering;
this.arrayOrJson = newDocLinks.ingest.arrayOrJson;
this.dataTransformation = newDocLinks.ingest.dataTransformation;
Expand Down

0 comments on commit 19bc39c

Please sign in to comment.