mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fix spacing for RouteResolvers.Route
This commit is contained in:
@@ -7,10 +7,10 @@ export const RouteResolvers: Resolvers<ServerContext> = {
|
||||
const shuttles = await contextValue.repository.getShuttlesByRouteId(parent.id);
|
||||
|
||||
return shuttles.map(({
|
||||
coordinates,
|
||||
name,
|
||||
id,
|
||||
}) => ({
|
||||
coordinates,
|
||||
name,
|
||||
id,
|
||||
}) => ({
|
||||
coordinates: coordinates as Coordinates,
|
||||
name,
|
||||
route: parent,
|
||||
|
||||
Reference in New Issue
Block a user