mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-16 17:47:22 +00:00
Pipeline: rename Location to City, wire postal code into breweries
This commit is contained in:
@@ -55,7 +55,7 @@ class LlamaGenerator final : public DataGenerator {
|
||||
* @param region_context Additional regional context.
|
||||
* @return Generated brewery result.
|
||||
*/
|
||||
BreweryResult GenerateBrewery(const Location& location,
|
||||
BreweryResult GenerateBrewery(const City& location,
|
||||
const std::string& region_context) override;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user