Skip to content

Commit

Permalink
fix certificate #36
Browse files Browse the repository at this point in the history
  • Loading branch information
arm64v8a committed Aug 25, 2022
1 parent c991be7 commit 7eed53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/Bean2CoreObj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace NekoRay::fmt {
if (!certificate.trimmed().isEmpty()) {
tls["certificates"] = QJsonArray{
QJsonObject{
{"certificate", certificate},
{"certificate", QList2QJsonArray(SplitLines(certificate.trimmed()))},
},
};
}
Expand Down

0 comments on commit 7eed53e

Please # to comment.