summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue81.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/lallans/issue81.ts')
-rw-r--r--src/data/lallans/issue81.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue81.ts b/src/data/lallans/issue81.ts
index b7ca92b..5fe0bb7 100644
--- a/src/data/lallans/issue81.ts
+++ b/src/data/lallans/issue81.ts
@@ -1,13 +1,14 @@
import type LallansIssue from '../../types/LallansIssue';
const issue: LallansIssue = {
- 'issueNumber': 81,
- 'issueName': 'Yuil 212',
- 'price': '9.00',
- 'description': {
- 'sco': 'The echty-first issue o the Lallans magazine.',
+ issueNumber: 81,
+ issueName: 'Yuil 212',
+ price: '9.00',
+ description: {
+ sco: 'The echty-first issue o the Lallans magazine.',
'en-GB': 'The eighty-first issue of the Lallans magazine.',
- }, 'contributors': [
+ },
+ contributors: [
'Sheena Blackhall',
'John McPartlin',
'Peter Camaron',
@@ -38,7 +39,7 @@ const issue: LallansIssue = {
'Rab Wilson',
'Stuart McHardy',
'Jon Zarecki',
- ]
+ ],
};
export default issue;