diff --git a/src/generator/lib/util.py b/src/generator/lib/util.py index 5fa6bff15c..2508797d88 100644 --- a/src/generator/lib/util.py +++ b/src/generator/lib/util.py @@ -41,7 +41,7 @@ TYPE_MAP = { 'date-time': CHRONO_DATETIME, 'date': CHRONO_DATETIME, # custom impl - 'google-duration': 'client::types::Duration', + 'google-duration': 'client::chrono::Duration', # guessing bytes is universally url-safe b64 "byte": "Vec", # TODO: Provide support for these as well