summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue36.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue36.ts')
-rw-r--r--src/data/lallans/issue36.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue36.ts b/src/data/lallans/issue36.ts
index 32b255c..67a515f 100644
--- a/src/data/lallans/issue36.ts
+++ b/src/data/lallans/issue36.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 36,
- 'issueName': 'Whitsuntid 1991',
- 'price': '2.00',
- 'description': {
- 'sco': 'The thirty-saxt issue o the Lallans magazine.',
+ issueNumber: 36,
+ issueName: 'Whitsuntid 1991',
+ price: '2.00',
+ description: {
+ sco: 'The thirty-saxt issue o the Lallans magazine.',
'en-GB': 'The thirty-sixth issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'Sheena Blackhall',
'Gavin Sprott',
'Geoffrey Dutton',
@@ -26,7 +27,7 @@ const issue: LallansIssue = {
'Soutar Davie',
'Colvin Stewart',
'Harvey Holton',
- ]
+ ],
};
export default issue;