Skip to content

Commit

Permalink
fix: account info err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-dna-andersend committed Oct 19, 2018
1 parent e2cda7d commit a0cdab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ExtractionApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class ExtractionApiService {
}
return result.data.attributes;
}).catch((error) => {
console.error('Error retrieving streaming credentials\n');
console.error('Error retrieving account info\n');
throw error;
});
});
Expand Down

0 comments on commit a0cdab5

Please sign in to comment.