feat(provider-clients): ✨ Implement new methods in ProviderClientsService to manage external provider connections and enhance validation/sync logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
32886cc2e2
commit
1cbe4320db
1 changed files with 2 additions and 2 deletions
|
|
@ -210,7 +210,7 @@ export class ProviderClientsService {
|
|||
startDate,
|
||||
endDate,
|
||||
})
|
||||
.groupBy('clientId')
|
||||
.groupBy('COALESCE(e.user_id, e.session_id)')
|
||||
.addGroupBy('e.event_type')
|
||||
.getRawMany<{
|
||||
clientId: string;
|
||||
|
|
@ -279,7 +279,7 @@ export class ProviderClientsService {
|
|||
startDate,
|
||||
endDate,
|
||||
})
|
||||
.groupBy('clientId')
|
||||
.groupBy('COALESCE(e.user_id, e.session_id)')
|
||||
.addGroupBy('e.event_type')
|
||||
.getRawMany<{
|
||||
clientId: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue