Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Feb 21, 2024
1 parent eefb4b9 commit bbe9cde
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public List<Object> getDataRow(final UUID id, final String formattedString, fina
if (useDestinationsV2Columns) {
return List.of(
id,
// TODO check that this is safe to apply to ALL destinations
Instant.ofEpochMilli(emittedAt),
"",
formattedString);
Expand Down

0 comments on commit bbe9cde

Please sign in to comment.