diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-18 20:24:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-18 20:24:19 +0100 |
| commit | fc192f7272fcbc13b4474705a28085aff3c8030d (patch) | |
| tree | 76446134cd380f0adb4871fbb9150d0934b5783d /src/data/lallans | |
| parent | 49bfa66818dd0f5c0f3f6c2bd6edf71025d7bfd9 (diff) | |
Adds issue to Lallans data index
Diffstat (limited to 'src/data/lallans')
| -rw-r--r-- | src/data/lallans/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/lallans/index.ts b/src/data/lallans/index.ts index 434ff1c..db443d2 100644 --- a/src/data/lallans/index.ts +++ b/src/data/lallans/index.ts @@ -77,6 +77,7 @@ export const getLallansIssue: LallansIssueGetterTable = { 99: async () => (await import('./issue99')).default, 100: async () => (await import('./issue100')).default, 101: async () => (await import('./issue101')).default, + 102: async () => (await import('./issue102')).default, }; export type LallansIssueGetterTable = { [key in LallansIssueNumber]: () => Promise<LallansIssue> }; |
