refactor: реструктуризация кода, удаленние ненужных оповещений

This commit is contained in:
2026-03-29 20:09:23 +03:00
parent 339f2b9127
commit a631166f09
5 changed files with 19 additions and 34 deletions

1
app.R
View File

@@ -819,6 +819,7 @@ server <- function(input, output) {
# check if this table exist
if (table_name %in% dbListTables(con)) {
# prepare query
query <- glue::glue("
SELECT * FROM {table_name}