Commit 5f988a72 authored by Phil Hughes's avatar Phil Hughes

fixed eslint 🙈

parent 4699cf77
import { convertPermissionToBoolean } from '../../lib/utils/common_utils';
import Service from '../services/repo_service'; import Service from '../services/repo_service';
import Store from '../stores/repo_store'; import Store from '../stores/repo_store';
import Flash from '../../flash'; import Flash from '../../flash';
...@@ -240,8 +239,7 @@ const RepoHelper = { ...@@ -240,8 +239,7 @@ const RepoHelper = {
return Store.openedFiles.find(file => file.url === path); return Store.openedFiles.find(file => file.url === path);
}, },
loadingError(e) { loadingError() {
console.log(e);
Flash('Unable to load this content at this time.'); Flash('Unable to load this content at this time.');
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment