mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 14:21:41 +00:00
Chore: clean up unnecessary arguments
This commit is contained in:
parent
3c73322fc1
commit
433876f724
2 changed files with 2 additions and 3 deletions
|
|
@ -3,9 +3,8 @@ const Path = require('path')
|
|||
const Logger = require('../Logger')
|
||||
|
||||
class ClientRouter {
|
||||
constructor(appRoot, clientPort = 3000, routerBasePath = '') {
|
||||
constructor(appRoot, routerBasePath = '') {
|
||||
this.appRoot = appRoot
|
||||
this.clientPort = clientPort
|
||||
this.routerBasePath = routerBasePath
|
||||
|
||||
this.client = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue