fix: set config after loading
This commit is contained in:
parent
b0a3f9d5fd
commit
2964ff295e
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class HeadscaleConfig {
|
||||||
config?: typeof headscaleConfig.infer,
|
config?: typeof headscaleConfig.infer,
|
||||||
) {
|
) {
|
||||||
this.access = access;
|
this.access = access;
|
||||||
|
this.config = config;
|
||||||
}
|
}
|
||||||
|
|
||||||
readable() {
|
readable() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue