summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue38.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue38.ts')
-rw-r--r--src/data/lallans/issue38.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue38.ts b/src/data/lallans/issue38.ts
index 8ae503b..699312c 100644
--- a/src/data/lallans/issue38.ts
+++ b/src/data/lallans/issue38.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 38,
- 'issueName': 'Whitsuntid 1992',
- 'price': '2.00',
- 'description': {
- 'sco': 'The thirty-echtth issue o the Lallans magazine.',
+ issueNumber: 38,
+ issueName: 'Whitsuntid 1992',
+ price: '2.00',
+ description: {
+ sco: 'The thirty-echtth issue o the Lallans magazine.',
'en-GB': 'The thirty-eighth issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'John Phillips',
'John Murray',
'Sam Gilliland',
@@ -27,7 +28,7 @@ const issue: LallansIssue = {
'William J Rae',
'Florence Russell',
'Soutar Davie',
- ]
+ ],
};
export default issue;