Skip to content

Commit 5d62d33

Browse files
committed
feat: updated homework10 - removed all comments by Yemi
1 parent ad0956a commit 5d62d33

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lesson_10/libraries/src/loaders/loaders.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { OyeyemiJimohLoader } from './oyeyemi_jimoh_loader.js';
44

55
export const Loaders = Symbol.for('Loaders');
66

7-
// Add your quiz provider here.
87
const LOADER_PROVIDERS = [OyeyemiJimohLoader, AnthonyMaysLoader];
98

109
@Module({

lesson_10/libraries/src/loaders/oyeyemi_jimoh_loader.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ export class OyeyemiJimohLoader implements Loader {
2020
}
2121

2222
async loadMediaItems(): Promise<MediaItem[]> {
23-
// TODO: Implement this method.
2423
const mediaItems = [];
25-
//const credits[] = this.loadCredits();
2624
const readable = fs
2725
.createReadStream('data/media_items.csv', 'utf-8')
2826
.pipe(csv());

0 commit comments

Comments
 (0)