Skip to content

Commit

Permalink
Add @throws TSDoc to serviceHealthCheck fn
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Apr 2, 2020
1 parent 7a30004 commit 81d9af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-gateway/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export class ApolloGateway implements GraphQLService {
* /* your error handling here *\/
* }
* ```
*
* @throws
* @param serviceMap {DataSourceMap}
*/
public serviceHealthCheck(serviceMap: DataSourceMap = this.serviceMap) {
Expand Down

0 comments on commit 81d9af1

Please sign in to comment.