diff --git a/NineChronicles.Headless/GraphTypes/StateQuery.cs b/NineChronicles.Headless/GraphTypes/StateQuery.cs index 360862758..d1f526e9d 100644 --- a/NineChronicles.Headless/GraphTypes/StateQuery.cs +++ b/NineChronicles.Headless/GraphTypes/StateQuery.cs @@ -734,11 +734,6 @@ public StateQuery() resolve: context => { var agentAddress = new AgentAddress(context.GetArgument
("agentAddress")); - if (!(context.Source.WorldState.GetAgentState(agentAddress) is { } agentState)) - { - return null; - } - var repository = new GuildRepository(new World(context.Source.WorldState), new HallowActionContext { }); if (repository.GetJoinedGuild(agentAddress) is { } guildAddress) {