We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c18eab + b528b29 commit 70d235eCopy full SHA for 70d235e
services/apps/data_sink_worker/src/service/activity.service.ts
@@ -1113,6 +1113,7 @@ export default class ActivityService extends LoggerBase {
1113
objectMemberId,
1114
objectMemberUsername,
1115
attributes:
1116
+ IS_GITHUB_SNOWFLAKE_ENABLED &&
1117
platform === PlatformType.GITHUB &&
1118
activity.type === GithubActivityType.AUTHORED_COMMIT
1119
? await this.findMatchingGitActivityAttributes({
0 commit comments