Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmabPublic committed Feb 21, 2025
1 parent 3123d60 commit 27f9f29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions internal/controller/atom_generator/mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ func MapAtomV3ToAtomGeneratorConfig(atom pdoknlv3.Atom) (atomGeneratorConfig ato
ID: atom.Spec.Service.BaseURL + "/index.xml",
InspireDls: "http://inspire.ec.europa.eu/schemas/inspire_dls/1.0",
Lang: &lang,
//XMLStylesheet: "",
// XMLStylesheet: "",
},
},
}

//atomGeneratorConfig = AtomGeneratorConfig{
// atomGeneratorConfig = AtomGeneratorConfig{
// Feeds: []Feed{
// {
// ID: atom.Spec.Service.BaseURL + "/index.xml",
Expand Down Expand Up @@ -130,7 +130,8 @@ func MapAtomV3ToAtomGeneratorConfig(atom pdoknlv3.Atom) (atomGeneratorConfig ato
// },
// },
// },
//}
// }

return
// return
return atomGeneratorConfig, err
}

0 comments on commit 27f9f29

Please sign in to comment.