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 f129156..d5d95e6 100644 (file)
@@ -17,6 +17,6 @@ const REDUCER = createReducer(
   })
 );
 
-export function reducer(state, action) {
+export function reducer(state, action): State {
   return REDUCER(state, action);
 }