Skip to content

Commit 864f6b8

Browse files
committed
lint fix
1 parent 0027901 commit 864f6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clients/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ function populateFields(data, response, map) {
5454
record[name] = all
5555
? responseDataset
5656
: array
57-
? findAllRecordsById(responseDataset, key, record[field])
58-
: findOneRecordById(responseDataset, key, record[field]);
57+
? findAllRecordsById(responseDataset, key, record[field])
58+
: findOneRecordById(responseDataset, key, record[field]);
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)