Set config default

This commit is contained in:
Sam Carlton 2022-05-10 14:56:27 -05:00
parent 241b5409ac
commit 270420202c

View file

@ -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