Skip to content

Commit bb3a345

Browse files
committed
(chore) Formatting
1 parent 88f7cdb commit bb3a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/st2-api/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class API {
193193
headers,
194194
transformResponse: [ function transformResponse(data, headers) {
195195
if (typeof data === 'string' && headers['content-type'] &&
196-
headers['content-type'].indexOf('application/json') >-1) {
196+
headers['content-type'].indexOf('application/json') > -1) {
197197
try {
198198
data = JSON.parse(data);
199199
}

0 commit comments

Comments
 (0)