style: Fix include (#1687)

Fixes #1686
This commit is contained in:
Sergey Kuznetsov
2024-10-16 11:39:23 +01:00
committed by GitHub
parent 2f40cde7f5
commit a21011799b
3 changed files with 3 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ ledgerHeaderFromRequest(std::shared_ptr<data::BackendInterface const> const& bac
}
} else if (indexValue.is_int64()) {
ledgerSequence = indexValue.as_int64();
}
}
} else {
ledgerSequence = ctx.range.maxSequence;
}