Inform about commands not found

This commit is contained in:
Ken-Håvard Lieng 2017-05-22 03:49:37 +02:00
parent 7e080f2c99
commit 41d6099d89
9 changed files with 68 additions and 55 deletions

View file

@ -54,7 +54,6 @@ export function routeMiddleware() {
default:
return next(action);
}
return undefined;
};
}