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 9a4fcd5 commit 99f2f6cCopy full SHA for 99f2f6c
lesson_10/libraries/src/loaders/hummad_tanweer_loader.ts
@@ -20,7 +20,6 @@ export class HummadTanweerLoader implements Loader {
20
}
21
22
async loadMediaItems(): Promise<MediaItem[]> {
23
- // TODO: Implement this method.
24
const media = [];
25
const readable = fs
26
.createReadStream('data/media_items.csv', 'utf-8')
0 commit comments