Skip to content
Snippets Groups Projects
Commit 0f7e05ae authored by Manish R Jain's avatar Manish R Jain
Browse files

Merge branch 'dmuts' into dmuts2

parents 7fff2de4 b6b8bbc9
No related branches found
No related tags found
No related merge requests found
...@@ -69,12 +69,11 @@ func mutationHandler(mu *gql.Mutation) error { ...@@ -69,12 +69,11 @@ func mutationHandler(mu *gql.Mutation) error {
if len(ln) == 0 { if len(ln) == 0 {
continue continue
} }
nq, err := rdf.Parse(ln) _, err := rdf.Parse(ln)
if err != nil { if err != nil {
glog.WithError(err).Error("While parsing RDF.") glog.WithError(err).Error("While parsing RDF.")
return err return err
} }
_ = nq
} }
return nil return nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment