Skip to content

Commit

Permalink
Re-organize directory structure (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism authored Aug 30, 2024
1 parent 5c71024 commit 9176a15
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/session_manager.ts → server/src/session_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class SessionManager {
visitIdentifier: string,
): Promise<YoutubeSessionData> {
const sessionData = this.youtubeSessionData[visitIdentifier];
//
if (
sessionData &&
sessionData.generatedAt >
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9176a15

Please sign in to comment.