Skip to content

Commit

Permalink
fix: Remove ActionQuery.DevEx
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee committed Oct 27, 2023
1 parent 6e82975 commit eee5713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 117 deletions.
113 changes: 0 additions & 113 deletions NineChronicles.Headless/GraphTypes/ActionQuery.DevEx.cs

This file was deleted.

4 changes: 0 additions & 4 deletions NineChronicles.Headless/GraphTypes/ActionQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,6 @@ public ActionQuery(StandaloneContext standaloneContext)
description: "Query to craft/enhance items/foods",
resolve: context => new CraftQuery(standaloneContext)
);

#if LIB9C_DEV_EXTENSIONS
RegisterFieldsForDevEx();
#endif
}

internal virtual byte[] Encode(IResolveFieldContext context, ActionBase action)
Expand Down

0 comments on commit eee5713

Please sign in to comment.