Use object shorthand for properties
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = class TorrentListController {
|
||||
if (files.length === 0 || typeof files[0] !== 'string') {
|
||||
this.state.location.go({
|
||||
url: 'create-torrent',
|
||||
files: files,
|
||||
files,
|
||||
setup: (cb) => {
|
||||
this.state.window.title = 'Create New Torrent'
|
||||
cb(null)
|
||||
|
||||
Reference in New Issue
Block a user