fix jsdoc warnings (#2750)

This commit is contained in:
Tessa Thornton
2019-12-12 11:41:57 -05:00
committed by GitHub
parent 3358cef433
commit 116d3c0c81
9 changed files with 32 additions and 15 deletions
@@ -21,10 +21,13 @@ export interface PublisherOptions {
* over the pubsub broker to facilitate live updates and notifications.
*
* TODO: Update
* @param pubsub the pubsub broker to be used to facilitate the publish action
* @param notifier
* @param tenantID the ID of the Tenant where the event will be published with
* @param clientID the ID of the client to de-duplicate mutation responses
*
* @param options options object
* @param options.pubsub the pubsub broker to be used to facilitate the publish action
* @param options.slackPublisher the slack publisher instance
* @param options.notifierQueue the queue
* @param options.tenantID the ID of the Tenant where the event will be published with
* @param options.clientID the ID of the client to de-duplicate mutation responses
*/
export const createPublisher = ({
pubsub,