diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-28 10:09:52 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-06-28 10:09:52 +0100 |
| commit | 9bd9efbe41a04735b42ae39fb0d10448a35c54ca (patch) | |
| tree | b5cb7bdd848820cca67ad671e6fc3a6993c4e2f7 /src/types | |
| parent | eb746a23f785863ca77e550003ddc2b578c7f8d3 (diff) | |
| parent | ef226da2efc3c3ddfb859066f1828c011cad6f5d (diff) | |
Merge branch 'staging' of https://github.com/joeacarstairs/lallans-wabsteid-astro into staging
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/LallansIssueNumber.d.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types/LallansIssueNumber.d.ts b/src/types/LallansIssueNumber.d.ts index 52dc35a..25e39e9 100644 --- a/src/types/LallansIssueNumber.d.ts +++ b/src/types/LallansIssueNumber.d.ts @@ -69,6 +69,7 @@ type LallansIssueNumber = | 99 | 100 | 101 - | 102; + | 102 + | 104; export default LallansIssueNumber; |
