File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments