Use object shorthand for properties
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class TorrentController {
|
||||
}
|
||||
|
||||
torrentSummary = {
|
||||
torrentKey: torrentKey,
|
||||
torrentKey,
|
||||
status: 'new'
|
||||
}
|
||||
torrents.unshift(torrentSummary)
|
||||
|
||||
Reference in New Issue
Block a user