summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue87.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue87.ts')
-rw-r--r--src/data/lallans/issue87.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue87.ts b/src/data/lallans/issue87.ts
index 934c3b0..668bda9 100644
--- a/src/data/lallans/issue87.ts
+++ b/src/data/lallans/issue87.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 87,
- 'issueName': 'Yuil 215',
- 'price': '9.00',
- 'description': {
- 'sco': 'The echty-seiventh issue o the Lallans magazine.',
+ issueNumber: 87,
+ issueName: 'Yuil 215',
+ price: '9.00',
+ description: {
+ sco: 'The echty-seiventh issue o the Lallans magazine.',
'en-GB': 'The eighty-seventh issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'Mavis Beckett',
'J Derrick McClure',
'Tony Beekman',
@@ -43,7 +44,7 @@ const issue: LallansIssue = {
'Ann Matheson',
'Rab Wilson',
'Des McCabe',
- ]
+ ],
};
export default issue;