Skip to content

Commit 28ed0a2

Browse files
committed
fix: remove deprecated param from getEndpointDiscoveryCommandPlugin
1 parent 851e12b commit 28ed0a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clients/client-timestream-query/commands/QueryCommand.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ export class QueryCommand extends $Command<QueryCommandInput, QueryCommandOutput
4545
this.middlewareStack.use(
4646
getEndpointDiscoveryCommandPlugin(configuration, {
4747
isDiscoveredEndpointRequired: true,
48-
// @ts-ignore
49-
getEndpointDiscoveryId: undefined,
5048
})
5149
);
5250

0 commit comments

Comments
 (0)