Remove line numbers from export-operations file, again

I messed it up in 6adfe3b2377!  This shows it's really time to turn on
more linters, which would have caught this.
This commit is contained in:
Ben Kraft
2021-05-03 11:16:13 -07:00
parent 870284271a
commit caa72dae6a
+1 -1
View File
@@ -185,7 +185,7 @@ func (g *generator) addOperation(op *ast.OperationDefinition) error {
Body: "\n" + builder.String(),
Args: args,
ResponseName: responseName,
SourceFilename: op.Position.Src.Name,
SourceFilename: sourceFilename,
})
return nil