diff options
Diffstat (limited to 'src/state/session/logging.ts')
-rw-r--r-- | src/state/session/logging.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/session/logging.ts b/src/state/session/logging.ts index b57f1fa0b..7e1df500b 100644 --- a/src/state/session/logging.ts +++ b/src/state/session/logging.ts @@ -56,7 +56,7 @@ type Log = type: 'agent:patch' agent: object prevSession: AtpSessionData | undefined - nextSession: AtpSessionData + nextSession: AtpSessionData | undefined } export function wrapSessionReducerForLogging(reducer: Reducer): Reducer { |