We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c582f4e commit eb76467Copy full SHA for eb76467
1 file changed
workers/grouper/src/index.ts
@@ -204,8 +204,7 @@ export default class GrouperWorker extends Worker {
204
const newRepetition = {
205
groupHash: uniqueEventHash,
206
delta: JSON.stringify(delta),
207
- timestamp: task.event.timestamp,
208
- payload: task.event,
+ timestamp: task.event.timestamp
209
} as RepetitionDBScheme;
210
211
repetitionId = await this.saveRepetition(task.projectId, newRepetition);
0 commit comments