diff options
Diffstat (limited to 'src/data/lallans/issue77.ts')
| -rw-r--r-- | src/data/lallans/issue77.ts | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue77.ts b/src/data/lallans/issue77.ts index b3d24ac..b171dc7 100644 --- a/src/data/lallans/issue77.ts +++ b/src/data/lallans/issue77.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 77, - 'issueName': 'Yuil 210', - 'price': '9.00', - 'description': { - 'sco': 'The seiventy-seiventh issue o the Lallans magazine.', + issueNumber: 77, + issueName: 'Yuil 210', + price: '9.00', + description: { + sco: 'The seiventy-seiventh issue o the Lallans magazine.', 'en-GB': 'The seventy-seventh issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Mavis Beckett', 'Ann Matheson', 'Sheena Blackhall', @@ -43,7 +44,7 @@ const issue: LallansIssue = { 'Helen Lawrenson', 'Rab Wilson', 'Ann Mackinnon', - ] + ], }; export default issue; |
