We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22998a0 commit 9afeacdCopy full SHA for 9afeacd
2 files changed
projections/shapes/lib/shapes/client.rb
@@ -25,7 +25,7 @@ class Client < Smithy::Client::Base
25
include Smithy::Client::Stubs
26
27
self.service = Schema::SERVICE
28
- self.type_registry = Schema::TYPE_REGISTRY
+ self.set_type_registry = Schema::TYPE_REGISTRY
29
30
add_plugin(ShapeService::Plugins::Auth)
31
add_plugin(ShapeService::Plugins::Endpoint)
projections/weather/lib/weather/client.rb
add_plugin(Weather::Plugins::Auth)
add_plugin(Weather::Plugins::Endpoint)
0 commit comments