summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue30.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue30.ts')
-rw-r--r--src/data/lallans/issue30.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue30.ts b/src/data/lallans/issue30.ts
index aeb06a5..bab84d3 100644
--- a/src/data/lallans/issue30.ts
+++ b/src/data/lallans/issue30.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 30,
- 'issueName': 'Whitsuntid 1988',
- 'price': '1.50',
- 'description': {
- 'sco': 'The thirtieth issue o the Lallans magazine.',
+ issueNumber: 30,
+ issueName: 'Whitsuntid 1988',
+ price: '1.50',
+ description: {
+ sco: 'The thirtieth issue o the Lallans magazine.',
'en-GB': 'The thirtieth issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'Peter Cameron',
'Ken Morrice',
'James Miller',
@@ -21,7 +22,7 @@ const issue: LallansIssue = {
'Gordon McFarlane',
'Tarrybreeks',
'John McDonald',
- ]
+ ],
};
export default issue;