Skip to content

Commit 221c86f

Browse files
committed
Fix a typo.
1 parent 7d3786b commit 221c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessGraphQLConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public function getInputFields()
301301
$f->description = $desc;
302302
$inputfields->add($f);
303303

304-
$inputfields->add($fSet);
304+
$inputfields->add($f);
305305

306306
return $inputfields;
307307
}

0 commit comments

Comments
 (0)