diff options
Diffstat (limited to 'src/state/session/reducer.ts')
-rw-r--r-- | src/state/session/reducer.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/session/reducer.ts b/src/state/session/reducer.ts index e873f620f..a14cd8e1c 100644 --- a/src/state/session/reducer.ts +++ b/src/state/session/reducer.ts @@ -6,6 +6,7 @@ import {SessionAccount} from './types' // A hack so that the reducer can't read anything from the agent. // From the reducer's point of view, it should be a completely opaque object. type OpaqueBskyAgent = { + readonly service: URL readonly api: unknown readonly app: unknown readonly com: unknown |