Skip to content

Commit

Permalink
Video screen goes to black in between videos (should have smooth tran…
Browse files Browse the repository at this point in the history
…sition)
  • Loading branch information
DilanRamirez committed Oct 20, 2021
1 parent 1c5363e commit 74b2969
Show file tree
Hide file tree
Showing 2 changed files with 883 additions and 883 deletions.
2 changes: 1 addition & 1 deletion client/src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export const sendQuestion =
);
};

const NEXT_MENTOR_DELAY = 3000;
const NEXT_MENTOR_DELAY = 1000;
let timer: NodeJS.Timer | null;
export const answerFinished =
() =>
Expand Down
Loading

0 comments on commit 74b2969

Please sign in to comment.