Skip to content

Commit ae4967c

Browse files
style: remove unused code
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7e81487 commit ae4967c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils/youtube/fetchLatestUploads.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ export default async function fetchLatestUploads() {
136136
[PlaylistType.Stream]: streamVideoId,
137137
};
138138

139-
// contentType = Object.entries(videoIdMap).find(
140-
// ([, id]) => id,
141-
// )?.[0] as PlaylistType | null;
142-
143139
console.log("Determined content type:", contentType);
144140

145141
if (contentType) {

0 commit comments

Comments
 (0)