Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed Sep 12, 2024
1 parent 520a55a commit 6b178f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/adaptors/integrations/integrations_builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ export class IntegrationInstanceBuilder {
// Check if the asset type is 'index-pattern' or if the title contains 'Timeline' visualization
if (
asset?.type &&
asset?.attributes?.title &&
(asset.type === 'index-pattern' ||
(asset.type === 'visualization' && asset.attributes.visState.type === 'timelion'))
) {
Expand Down

0 comments on commit 6b178f7

Please sign in to comment.