Skip to content

Commit 791a9d2

Browse files
committed
fix: invalidate token via seventTV editor request accepter
1 parent 4df14b8 commit 791a9d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func main() {
218218

219219
backend.RunServer(appCtx, cfg)
220220
runTokenValidator(appCtx, cancelFn, cfg, invalidatedTokenCh, mb)
221-
runSevenTVEditorReqAccepter(appCtx, cfg)
221+
runSevenTVEditorReqAccepter(appCtx, cfg, invalidatedTokenCh)
222222

223223
connectWithBreaker := hashbot.Breaker(mb.Connect, 5)
224224
for {

0 commit comments

Comments
 (0)