small fixes and typos

This commit is contained in:
Alireza Ahmadi
2025-02-09 00:53:49 +01:00
parent ea6ceac2f2
commit 1c4a927e0d
7 changed files with 10 additions and 5 deletions
+3
View File
@@ -25,6 +25,9 @@ func FillOutJson(i *model.Inbound, hostname string) error {
}
inbound, err := i.MarshalFull()
if err != nil {
return err
}
outJson["type"] = i.Type
outJson["tag"] = i.Tag