Simplify the return statement

Signed-off-by: Joost Hofman <joost.hofman@ah.nl>
This commit is contained in:
Joost Hofman
2022-07-06 11:40:56 +02:00
parent 17bb338c2c
commit e7d66249bd
+3 -3
View File
@@ -98,9 +98,9 @@ export class MyOwnClient implements TechRadarApi {
timeline: entry.timeline.map(timeline => ({
...timeline,
date: new Date(timeline.date),
}))
}))
}
})),
})),
};
}
}