Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
elorzafe committed Aug 16, 2019
1 parent 8b7cac7 commit c032738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pubsub/src/Providers/AWSAppSyncProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export class AWSAppSyncProvider extends MqttOverWSProvider {
url,
});
} catch (err) {
observer.error('Fail to connect');
observer.error('Failed to connect');
observer.complete();
return Promise.resolve(undefined)
return undefined;
}

// subscribe to all topics for this client
Expand Down

0 comments on commit c032738

Please sign in to comment.