Skip to content

Commit fdb30c6

Browse files
committed
Remove leftover changes
1 parent c6692af commit fdb30c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scalars.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ var String = NewScalar(ScalarConfig{
327327
case *ast.StringValue:
328328
return valueAST.Value
329329
}
330-
331330
return nil
332331
},
333332
})
@@ -565,7 +564,6 @@ var DateTime = NewScalar(ScalarConfig{
565564
switch valueAST := valueAST.(type) {
566565
case *ast.StringValue:
567566
return unserializeDateTime(valueAST.Value)
568-
return valueAST.Value
569567
}
570568
return nil
571569
},

0 commit comments

Comments
 (0)