diff options
Diffstat (limited to 'src/data/lallans/issue49.ts')
| -rw-r--r-- | src/data/lallans/issue49.ts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/data/lallans/issue49.ts b/src/data/lallans/issue49.ts index 4807067..95e7e31 100644 --- a/src/data/lallans/issue49.ts +++ b/src/data/lallans/issue49.ts @@ -1,13 +1,14 @@ import type LallansIssue from '../../types/LallansIssue'; const issue: LallansIssue = { - 'issueNumber': 49, - 'issueName': 'Whitsuntid 1997', - 'price': '3.00', - 'description': { - 'sco': 'The forty-ninth issue o the Lallans magazine.', + issueNumber: 49, + issueName: 'Whitsuntid 1997', + price: '3.00', + description: { + sco: 'The forty-ninth issue o the Lallans magazine.', 'en-GB': 'The forty-ninth issue of the Lallans magazine.', - }, 'contributors': [ + }, + contributors: [ 'Abbot Richard Abercromby', 'AJ Aitken', 'Peter Cameron', |
