Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 6038f4c

Browse files
committed
fixup: remove XXX mark
1 parent 87ae5bc commit 6038f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphql/bfs_executor.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ local function invoke_resolve(prepared_object, variables, opts)
365365
local open_set = {}
366366

367367
for field_name, field_info in pairs(prepared_object.fields_info) do
368-
-- XXX: don't call :invoke() for is_item_cache_only
369368
local object_or_list
370369
if field_info.prepared_resolve.is_calculated then
371370
object_or_list = field_info.prepared_resolve.objs

0 commit comments

Comments
 (0)