Skip to content

Commit eb76467

Browse files
committed
removed payload from repetition
1 parent c582f4e commit eb76467

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workers/grouper/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ export default class GrouperWorker extends Worker {
204204
const newRepetition = {
205205
groupHash: uniqueEventHash,
206206
delta: JSON.stringify(delta),
207-
timestamp: task.event.timestamp,
208-
payload: task.event,
207+
timestamp: task.event.timestamp
209208
} as RepetitionDBScheme;
210209

211210
repetitionId = await this.saveRepetition(task.projectId, newRepetition);

0 commit comments

Comments
 (0)