Skip to content

Commit f034555

Browse files
committed
Fix spell error and and remove a null err
1 parent cab7b38 commit f034555

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nodeprovider.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,7 @@ func (h HandlerInit) createGraph(w http.ResponseWriter, r *http.Request) {
436436
"object": "graph",
437437
"graph": graphName,
438438
"requestid": r.Context().Value("requestid"),
439-
"error": err,
440-
}).Info("Crated graph")
439+
}).Info("Created graph")
441440

442441
sendStatus(w, fmt.Sprintf("Create graph %s", graphName), http.StatusCreated)
443442
return

0 commit comments

Comments
 (0)