We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685cf4 commit 3fd43f7Copy full SHA for 3fd43f7
cls/GraphQL/LexerContext.cls
@@ -26,8 +26,6 @@ Method GetToken() As Token
26
27
set Char = $Extract(..Source.Body, ..CurrentIndex)
28
29
- if Char = "}" break
30
-
31
do ..ValidateCharacterCode(Char)
32
33
set Token = ..CheckForPunctuationTokens(Char)
0 commit comments