Skip to content

Commit

Permalink
fix: add parsing to Cluster JSON response
Browse files Browse the repository at this point in the history
  • Loading branch information
KKelvinLo committed Dec 3, 2020
1 parent 43a8820 commit 20d7ea4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ export class AwsEksDetector implements Detector {
* the identity properties in a local map.
*/
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> eda056317... fix: add parsing to Cluster JSON response
private async _fetchString(options: https.RequestOptions): Promise<string> {
return await new Promise((resolve, reject) => {
=======
Expand Down

0 comments on commit 20d7ea4

Please sign in to comment.