diff options
Diffstat (limited to 'src/data/lallans/issue39.ts')
| -rw-r--r-- | src/data/lallans/issue39.ts | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/data/lallans/issue39.ts b/src/data/lallans/issue39.ts index c0955b1..cb9a4e5 100644 --- a/src/data/lallans/issue39.ts +++ b/src/data/lallans/issue39.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 39, - 'issueName': 'Mairtinmas 1992', - 'price': '2.00', - 'description': { - 'sco': 'The thirty-ninth issue o the Lallans magazine.', + issueNumber: 39, + issueName: 'Mairtinmas 1992', + price: '2.00', + description: { + sco: 'The thirty-ninth issue o the Lallans magazine.', 'en-GB': 'The thirty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Peter Cameron', 'Margaret Macaulay', 'Colin Wilson', @@ -24,7 +25,7 @@ const issue: LallansIssue = { 'Rob Lindsay o Pitscottie', 'Gordon McFarlane', 'Seumas Scott', - ] + ], }; export default issue; |
