summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue42.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue42.ts')
-rw-r--r--src/data/lallans/issue42.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue42.ts b/src/data/lallans/issue42.ts
index 19d84f3..1d87929 100644
--- a/src/data/lallans/issue42.ts
+++ b/src/data/lallans/issue42.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 42,
- 'issueName': 'Whitsuntid 1994',
- 'price': '2.50',
- 'description': {
- 'sco': 'The forty-saicont issue o the Lallans magazine.',
+ issueNumber: 42,
+ issueName: 'Whitsuntid 1994',
+ price: '2.50',
+ description: {
+ sco: 'The forty-saicont issue o the Lallans magazine.',
'en-GB': 'The forty-second issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'John Burns',
'Margaret Rose Harris',
'Mavis Beckett',
@@ -22,7 +23,7 @@ const issue: LallansIssue = {
'Aitken Fyall',
'Lionel Hawes',
'Robert Louis Stevenson',
- ]
+ ],
};
export default issue;