mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
inline variable
This commit is contained in:
@@ -84,8 +84,7 @@ export const SystemResolvers: Resolvers<ServerContext> = {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
const parkingRepository = system.parkingRepository;
|
if (!system.parkingRepository) return null;
|
||||||
if (!parkingRepository) return null;
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
systemId: parent.id,
|
systemId: parent.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user