settings: Rename struct to remove FIC occurence
This commit is contained in:
parent
457cd307dd
commit
e8f6a03cd9
6 changed files with 13 additions and 13 deletions
|
@ -28,7 +28,7 @@ type SessionZQDS struct {
|
|||
Challenges []*ChallengeZQDS `json:"challenges"`
|
||||
}
|
||||
|
||||
func GenZQDSSessionFile(s *settings.FICSettings) (*SessionZQDS, error) {
|
||||
func GenZQDSSessionFile(s *settings.Settings) (*SessionZQDS, error) {
|
||||
themes, err := GetThemes()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Reference in a new issue