fix: use correct name during init and use app name as provider

This commit is contained in:
Juan Pablo Villafáñez
2024-06-21 10:51:04 +02:00
parent 1f1b818056
commit 7360cd115e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ type WopiApp struct {
}
type Collaboration struct {
WopiApp WopiApp `yaml:"wopiapp"`
WopiApp WopiApp `yaml:"wopi"`
}
type Nats struct {