Skip to content

Commit fb3327a

Browse files
committed
chore: added mini note for myself
1 parent 13b7bc9 commit fb3327a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson_10/libraries/src/loaders/davis_d_loader.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import fs from 'fs';
33
import { Credit, MediaItem } from '../models/index.js';
44
import { Loader } from './loader.js';
55

6+
// Do the extra credit tonight as well as prework for tommorow!!
7+
68
export class DavisDLoader implements Loader {
79
getLoaderName(): string {
810
return 'davis';

0 commit comments

Comments
 (0)