Skip to content

Commit 858dd11

Browse files
committed
fix source & code
1 parent aab6ec5 commit 858dd11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gateway/src/modules/public/services/surveys.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ const buildPublicSubmission = (
124124
'grade': 0,
125125
'status': 'complete',
126126
'team': sanitizeTeam(team),
127-
'source': 'public-link',
128-
'parentCode': configuration?.parentCode || configuration?.code || '',
127+
'source': configuration?.code || '',
128+
'parentCode': configuration?.parentCode || '',
129129
'startTime': now,
130130
'lastUpdateTime': now
131131
};

0 commit comments

Comments
 (0)