diff --git a/service/dictionaries/en.json b/service/dictionaries/en.json index 02f520c0d3..385d4f990d 100644 --- a/service/dictionaries/en.json +++ b/service/dictionaries/en.json @@ -4150,7 +4150,7 @@ "ОбработатьНачалоЗаписи": "ProcessRecordsStart", "ПолучитьДвоичныеДанные": "GetBinaryData", "цена цели по умолчанию": "goal default price", -"./docs/ru/cli/NEW_CLI/": "./docs/en/cli/NEW_CLI/", +"./docs/ru/cli/": "./docs/en/cli/", "Получить токен по коду": "Get token by code", "Получает событие по ID": "Gets an event by ID", "Получить пользователей": "Get users", diff --git a/src/addins/postgre/src/component/methods.rs b/src/addins/postgre/src/component/methods.rs index 841e7809b9..9fe8cc9540 100644 --- a/src/addins/postgre/src/component/methods.rs +++ b/src/addins/postgre/src/component/methods.rs @@ -5,7 +5,6 @@ use crate::component::AddIn; use std::collections::HashMap; use std::net::IpAddr; use std::time::{SystemTime, UNIX_EPOCH}; -use serde_json::Serializer; pub fn execute_query( add_in: &mut AddIn,