From 20d1c280a77eadcea18438453dc37daaf1d85e2d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 13 Oct 2023 11:13:20 +1100 Subject: Remove templating of Continuation --- src/app_console/app_console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app_console') diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp index ebd5559a..7af484aa 100644 --- a/src/app_console/app_console.cpp +++ b/src/app_console/app_console.cpp @@ -194,7 +194,7 @@ int CmdDbTracks(int argc, char** argv) { } if (res->next_page()) { auto continuation = res->next_page().value(); - res.reset(db->GetPage(&continuation).get()); + res.reset(db->GetPage(&continuation).get()); } else { break; } -- cgit v1.2.3