Simplify the return statement
Signed-off-by: Joost Hofman <joost.hofman@ah.nl>
This commit is contained in:
@@ -98,9 +98,9 @@ export class MyOwnClient implements TechRadarApi {
|
||||
timeline: entry.timeline.map(timeline => ({
|
||||
...timeline,
|
||||
date: new Date(timeline.date),
|
||||
}))
|
||||
}))
|
||||
}
|
||||
})),
|
||||
})),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user