]> juplo.de Git - examples/angular-tour-of-heroes/commitdiff
WIP: Macht das Sinn / ist das Erlaubt?
authorKai Moritz <kai@juplo.de>
Sun, 5 Jul 2020 09:52:41 +0000 (11:52 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 5 Jul 2020 09:52:41 +0000 (11:52 +0200)
src/app/reducers/vorgang.ts

index f129156dcf212e293123f69df0ae9cadf9fea943..d5d95e64bf10e6478841c63b60e33dd8a6db1b69 100644 (file)
@@ -17,6 +17,6 @@ const REDUCER = createReducer(
   })
 );
 
-export function reducer(state, action) {
+export function reducer(state, action): State {
   return REDUCER(state, action);
 }