Skip to content

Commit e2d00c1

Browse files
committed
Merge branch 'staging'
2 parents a5e2e22 + dee2495 commit e2d00c1

File tree

42 files changed

+1461
-1285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1461
-1285
lines changed

apps/api/src/query/simple-builder.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -332,16 +332,16 @@ export class SimpleQueryBuilder {
332332

333333
const helpers = this.config.plugins?.sessionAttribution
334334
? {
335-
sessionAttributionCTE: (timeField = "time") =>
336-
this.generateSessionAttributionCTE(
337-
timeField,
338-
"analytics.events",
339-
"startDate",
340-
"endDate"
341-
),
342-
sessionAttributionJoin: (alias = "e") =>
343-
this.generateSessionAttributionJoin(alias),
344-
}
335+
sessionAttributionCTE: (timeField = "time") =>
336+
this.generateSessionAttributionCTE(
337+
timeField,
338+
"analytics.events",
339+
"startDate",
340+
"endDate"
341+
),
342+
sessionAttributionJoin: (alias = "e") =>
343+
this.generateSessionAttributionJoin(alias),
344+
}
345345
: undefined;
346346

347347
const result = this.config.customSql(

0 commit comments

Comments
 (0)