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;
|
||||
}
|
||||
|
||||
const parkingRepository = system.parkingRepository;
|
||||
if (!parkingRepository) return null;
|
||||
if (!system.parkingRepository) return null;
|
||||
|
||||
return {
|
||||
systemId: parent.id,
|
||||
|
||||
Reference in New Issue
Block a user