Skip to content

Commit d150495

Browse files
committed
chore: use todo instead of fixme and remove ticket reference
1 parent 26ccb55 commit d150495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/perf_send.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (!Number.isInteger(order)) throw new Error(`Failed to parse integer from orde
2727

2828
const results = JSON.parse(await fs.readFile(resultFile, 'utf8'));
2929

30-
// FIXME(NODE-6838): We are using dummy dates here just to be able to successfully post our results
30+
// TODO: this isn't ideal but we'll fix it if it becomes a real problem at some point
3131
for (const r of results) {
3232
r.created_at = new Date().toISOString();
3333
r.completed_at = new Date().toISOString();

0 commit comments

Comments
 (0)