Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Jun 3, 2022
1 parent 5b7232f commit 7b8ddb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/storage/utils/eosfs/spaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ import (
const (
spaceTypePersonal = "personal"
spaceTypeProject = "project"
spaceTypeShare = "share"
// spaceTypeShare = "share"
)

// SpacesConfig specifies the required configuration parameters needed
// to connect to the project spaces DB
type SpacesConfig struct {
Enabled bool `mapstructure:"enabled"`
DbUsername string `mapstructure:"db_username"`
Expand Down

0 comments on commit 7b8ddb2

Please sign in to comment.