mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Updated project linter rules and ran it
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user