mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Set config default
This commit is contained in:
parent
241b5409ac
commit
270420202c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ export class StorkClient {
|
|||
|
||||
this.name = options.name
|
||||
this.url = options.url
|
||||
this.config = options.config
|
||||
this.config = options.config || {}
|
||||
|
||||
// Stork instance
|
||||
this.stork = options.stork
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue