fix last insert id argument

This commit is contained in:
yggverse 2024-09-13 02:59:30 +03:00
parent a9d00188f4
commit 29e985fea9

View file

@ -174,17 +174,11 @@ void Navigation::save(
// Delegate save action to children components // Delegate save action to children components
navigationHistory->save( navigationHistory->save(
DB::SESSION::add( APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
db,
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
)
); );
navigationRequest->save( navigationRequest->save(
DB::SESSION::add( APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
db,
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
)
); );
} }