0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00

modules/console: Swap param order in db txns cmd.

This commit is contained in:
Jason Volk 2022-07-19 18:50:36 -07:00
parent 741c211848
commit 6548fa9c1e

View file

@ -5072,7 +5072,7 @@ try
{
const params param{line, " ",
{
"dbname", "seqnum", "limit"
"dbname", "limit", "seqnum"
}};
const auto dbname