Skip to content

Commit

Permalink
Removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gus Carreon authored and Gus Carreon committed Aug 12, 2019
1 parent 00be651 commit bcc65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type Configuration struct {

VideoStoredRequestRequired bool `mapstructure:"video_stored_request_required"`

// PBS-418 array of blacklisted apps and its correpondent hash table to be instantly accessed.
// Array of blacklisted apps and its correpondent hash table to be instantly accessed.
BlacklistedApps []string `mapstructure:"blacklisted_apps,flow"`
BlacklistedAppMap map[string]bool
}
Expand Down

0 comments on commit bcc65a8

Please sign in to comment.