Complying with CI

This commit is contained in:
Raphaël MARQUES
2017-06-27 16:45:23 +02:00
parent 4fe27786f4
commit 24bc8c4b85
2 changed files with 9 additions and 9 deletions

View File

@@ -566,7 +566,7 @@ export const sorters = {
apisSorter: {
alpha: (a, b) => a.getIn([0, "operation", "tags", 0]).localeCompare(b.getIn([0, "operation", "tags", 0]))
}
};
}
export const buildFormData = (data) => {
let formArr = []