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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user