summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue56.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue56.ts')
-rw-r--r--src/data/lallans/issue56.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue56.ts b/src/data/lallans/issue56.ts
index 2d4ca6c..57fec81 100644
--- a/src/data/lallans/issue56.ts
+++ b/src/data/lallans/issue56.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 56,
- 'issueName': 'Voar 200',
- 'price': '7.50',
- 'description': {
- 'sco': 'The fifty-saxth issue o the Lallans magazine.',
+ issueNumber: 56,
+ issueName: 'Voar 200',
+ price: '7.50',
+ description: {
+ sco: 'The fifty-saxth issue o the Lallans magazine.',
'en-GB': 'The fifty-sixth issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'Sheena Blackhall',
'Dauvit Horsbroch',
'Robert Burns',
@@ -30,7 +31,7 @@ const issue: LallansIssue = {
'Scots Spellin Comatee',
'Willie Hershaw',
'John M Tait',
- ]
+ ],
};
export default issue;