We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfacf5 commit da99d4dCopy full SHA for da99d4d
lesson_10/libraries/src/loaders/amiyah_jones.ts
@@ -19,8 +19,7 @@ export class AmiyahJonesLoader implements Loader {
19
return [...mediaItems.values()];
20
}
21
22
- async loadMediaItems(): Promise<MediaItem[]> {
23
- // TODO: Implement this method.
+ async loadMediaItems(): Promise<MediaItem[]> {
24
const allMedia = [];
25
const readable = fs
26
.createReadStream('data/media_items.csv', 'utf-8')
0 commit comments