mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: remove out dated comment
This commit is contained in:
parent
b84bb18d1e
commit
da75a2d947
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ const init = dispatch => async () => {
|
|||
}
|
||||
|
||||
const handleError = dispatch => async err => {
|
||||
// TODO: detect request time exceeds limit
|
||||
if (err.message === EMPTY_PROJECT) {
|
||||
dispatch(setError, 'This project seems to be empty.')
|
||||
} else if (
|
||||
|
|
|
|||
Loading…
Reference in a new issue