Skip to content

Commit b528b29

Browse files
committed
Fix GitHub authored-commit validation logging
1 parent c6b9f4b commit b528b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/apps/data_sink_worker/src/service/activity.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ export default class ActivityService extends LoggerBase {
11131113
objectMemberId,
11141114
objectMemberUsername,
11151115
attributes:
1116+
IS_GITHUB_SNOWFLAKE_ENABLED &&
11161117
platform === PlatformType.GITHUB &&
11171118
activity.type === GithubActivityType.AUTHORED_COMMIT
11181119
? await this.findMatchingGitActivityAttributes({

0 commit comments

Comments
 (0)