Skip to content

Commit

Permalink
linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suetin committed Jun 3, 2024
1 parent c5e08fb commit 68c8a96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/mysql/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ func (n *Node) queryRowMogrifyWithTimeout(queryName string, arg map[string]inter

func (n *Node) queryRowMogrify(queryName string, arg map[string]interface{}, result interface{}) error {
return n.queryRowMogrifyWithTimeout(queryName, arg, result, n.config.DBTimeout)

}

// IsRunning checks if daemon process is running
Expand Down

0 comments on commit 68c8a96

Please sign in to comment.