This commit is contained in:
Hiddify
2024-06-01 19:09:22 +02:00
parent db0975746e
commit 312ff289e0
2 changed files with 3 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ func Parse(in *pb.ParseRequest) (*pb.ParseResponse, error) {
}
config, err := config.ParseConfigContent(content, true, config.DefaultConfigOptions(), false)
config, err := config.ParseConfigContent(content, true, nil, false)
if err != nil {
return &pb.ParseResponse{
ResponseCode: pb.ResponseCode_FAILED,