Skip to content

Commit 9f6df54

Browse files
committed
set date
1 parent 1690cf8 commit 9f6df54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/merge.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { GroupedEventDBScheme, RepetitionDBScheme } from '@hawk.so/types';
99
* the original repetition payload using the very first event and its difference
1010
* between its repetition
1111
*
12-
* @deprecated remove after checking that all repetitions has no payloads in db
12+
* @deprecated remove after 6 september 2025
1313
* @param originalEvent - the very first event we received
1414
* @param repetition - the difference with its repetition, for the repetition we want to display
1515
* @returns fully assembled payload of the current repetition
@@ -122,7 +122,7 @@ export function composeFullRepetitionEvent(originalEvent: GroupedEventDBScheme,
122122

123123
/**
124124
* Old delta format (repetition.payload is not null)
125-
* @todo remove after checking that all repetitions has no payloads in db
125+
* @todo remove after 6 september 2025
126126
*/
127127
event.payload = repetitionAssembler(event.payload, repetition.payload);
128128

0 commit comments

Comments
 (0)