Skip to content

Commit 9afeacd

Browse files
committed
Update projections
1 parent 22998a0 commit 9afeacd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projections/shapes/lib/shapes/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Client < Smithy::Client::Base
2525
include Smithy::Client::Stubs
2626

2727
self.service = Schema::SERVICE
28-
self.type_registry = Schema::TYPE_REGISTRY
28+
self.set_type_registry = Schema::TYPE_REGISTRY
2929

3030
add_plugin(ShapeService::Plugins::Auth)
3131
add_plugin(ShapeService::Plugins::Endpoint)

projections/weather/lib/weather/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Client < Smithy::Client::Base
2525
include Smithy::Client::Stubs
2626

2727
self.service = Schema::SERVICE
28-
self.type_registry = Schema::TYPE_REGISTRY
28+
self.set_type_registry = Schema::TYPE_REGISTRY
2929

3030
add_plugin(Weather::Plugins::Auth)
3131
add_plugin(Weather::Plugins::Endpoint)

0 commit comments

Comments
 (0)