Skip to content

Commit 7306742

Browse files
committed
chore: cleanup
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 1236601 commit 7306742

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

services/apps/profiles_worker/src/workflows/member/refreshMemberDisplayAggregates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const {
2323
- activeOn
2424
- activityCount
2525
26-
- Display Aggregates: UI-facing analytics from the TinyBird activities
26+
- Display Aggregates: UI-facing analytics from the postgres activityRelations
2727
table, calculated asynchronously in this workflow:
2828
- averageSentiment
2929
- activeOn (historical)

services/apps/profiles_worker/src/workflows/organization/refreshOrganizationDisplayAggregates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const {
2424
- activityCount
2525
- memberCount
2626
27-
- Display Aggregates: UI-facing analytics from activities
27+
- Display Aggregates: UI-facing analytics from postgres activityRelations
2828
table, calculated asynchronously in this workflow:
2929
- joinedAt
3030
- lastActive
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './ilp'
1+
export * from './insert'
22
export * from './sql'
33
export * from './types'

services/libs/data-access-layer/src/activities/ilp.ts renamed to services/libs/data-access-layer/src/activities/insert.ts

File renamed without changes.

services/libs/data-access-layer/src/activities/sql.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ import {
3636
IQueryGroupedActivitiesParameters,
3737
} from './types'
3838

39-
// const s3Url = `https://${
40-
// process.env['CROWD_S3_MICROSERVICES_ASSETS_BUCKET']
41-
// }-${getEnv()}.s3.eu-central-1.amazonaws.com`
42-
4339
export async function getActivitiesById(
4440
conn: DbConnOrTx,
4541
ids: string[],

0 commit comments

Comments
 (0)