Removed some obsolete client components. Added ASG Max with affiliates.
This commit is contained in:
@@ -181,10 +181,10 @@ async function fetchSites(queryObject) {
|
||||
.select(
|
||||
'sites.*',
|
||||
'networks.name as network_name',
|
||||
'networks.slug as network_slug',
|
||||
'networks.url as network_url',
|
||||
'networks.description as network_description',
|
||||
'networks.parameters as network_parameters',
|
||||
'networks.slug as network_slug',
|
||||
'networks.url as network_url',
|
||||
'networks.description as network_description',
|
||||
'networks.parameters as network_parameters',
|
||||
)
|
||||
.leftJoin('networks', 'sites.network_id', 'networks.id')
|
||||
.limit(100);
|
||||
|
||||
Reference in New Issue
Block a user