Skip to content

Commit

Permalink
SchemaRegistry: Fix return of config configure
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 14, 2021
1 parent d78272f commit 3942728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default ({
if (agent) {
// gatewayConfigs is not listed as a type on manifest object in mappersmith
;(manifest as any).gatewayConfigs = {
configure: () => agent,
configure: () => ({ agent }),
}
}
return forge(manifest)
Expand Down

0 comments on commit 3942728

Please sign in to comment.