fix variable name

This commit is contained in:
yggverse 2024-09-12 07:25:24 +03:00
parent 31f0accb54
commit 3f3ca44dff

View file

@ -192,7 +192,7 @@ Glib::ustring Request::get_path()
Glib::ustring Request::get_query() Glib::ustring Request::get_query()
{ {
return path; return query;
} }
// Database model // Database model