summaryrefslogtreecommitdiff
path: root/src/data/lallans/index.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-06-13 18:03:30 +0100
committerGitHub <noreply@github.com>2024-06-13 18:03:30 +0100
commitfb68c2060c6f9ec3ea5e328034ea0137d16e29ce (patch)
treef3718be79e5e8d6baa31aa921fa571d05e984dc1 /src/data/lallans/index.ts
parent99ee79834c77dec7eeda6e980f831cc304eba4f2 (diff)
parentbba7c5b5df8f993a26a1a6aa12193272af4c8d4d (diff)
Merge pull request #95 from joeacarstairs/lallans-104
Lallans 104
Diffstat (limited to 'src/data/lallans/index.ts')
-rw-r--r--src/data/lallans/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/lallans/index.ts b/src/data/lallans/index.ts
index db443d2..bdb09ad 100644
--- a/src/data/lallans/index.ts
+++ b/src/data/lallans/index.ts
@@ -78,6 +78,7 @@ export const getLallansIssue: LallansIssueGetterTable = {
100: async () => (await import('./issue100')).default,
101: async () => (await import('./issue101')).default,
102: async () => (await import('./issue102')).default,
+ 104: async () => (await import('./issue104')).default,
};
export type LallansIssueGetterTable = { [key in LallansIssueNumber]: () => Promise<LallansIssue> };