diff options
Diffstat (limited to 'src/data/lallans/issue63.ts')
| -rw-r--r-- | src/data/lallans/issue63.ts | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue63.ts b/src/data/lallans/issue63.ts index cb420fd..bcdf740 100644 --- a/src/data/lallans/issue63.ts +++ b/src/data/lallans/issue63.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 63, - 'issueName': 'Hairst 203', - 'price': '7.50', - 'description': { - 'sco': 'The saxty-third issue o the Lallans magazine.', + issueNumber: 63, + issueName: 'Hairst 203', + price: '7.50', + description: { + sco: 'The saxty-third issue o the Lallans magazine.', 'en-GB': 'The sixty-third issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Jamie Reid Baxter', 'Douglas Kynoch', 'Sheena Blackhall', @@ -37,7 +38,7 @@ const issue: LallansIssue = { 'Weelum-John Jappy', 'Rab Wilson', 'Mary Johnston', - ] + ], }; export default issue; |
