mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 09:00:27 +00:00
chore: Enable more clang-tidy checks (#3054)
This commit is contained in:
@@ -234,7 +234,7 @@ TransactionFeed::pub(
|
||||
networkID
|
||||
);
|
||||
ctid)
|
||||
pubObj[JS(ctid)] = ctid.value();
|
||||
pubObj[JS(ctid)] = *ctid;
|
||||
}
|
||||
|
||||
pubObj[JS(type)] = "transaction";
|
||||
|
||||
Reference in New Issue
Block a user