Skip to content

Commit 81a28a4

Browse files
committed
properly registers the callback
1 parent e501c18 commit 81a28a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/listeners.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ connector.registerUpdateAuthStatus(
2323
}
2424
)
2525

26-
connector.registerCloseErrors = () => {
26+
connector.registerCloseErrors(() => {
2727
store.dispatch(gs.closeError())
28-
}
28+
})
2929

3030
// @ts-ignore
3131
connector.registerSaved(() => {

0 commit comments

Comments
 (0)