Updated project linter rules and ran it

This commit is contained in:
Laszlo Fogas
2019-11-15 10:50:46 +01:00
parent 12279686e8
commit 824a206ee4
28 changed files with 109 additions and 102 deletions

View File

@@ -20,7 +20,7 @@ export function fetchLogs(tree, client, owner, repo, build, proc) {
const slug = repositorySlug(owner, repo);
const init = {
data: [],
loading: true
loading: true,
};
tree.set(["logs", "data", slug, build, proc], init);