mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix SQL related Go variable naming (#28887)
* Chore: Fix variable naming Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ func init() {
|
||||
}
|
||||
|
||||
type ShortURLService struct {
|
||||
SQLStore *sqlstore.SqlStore `inject:""`
|
||||
SQLStore *sqlstore.SQLStore `inject:""`
|
||||
}
|
||||
|
||||
func (s *ShortURLService) Init() error {
|
||||
|
Reference in New Issue
Block a user