Merge branch 'master' into MM-50966-in-product-expansion

Этот коммит содержится в:
Conor Macpherson
2023-04-17 15:25:05 -04:00
родитель fa01ced588 3f022e728f
Коммит e32866795d
278 изменённых файлов: 6658 добавлений и 5307 удалений

Просмотреть файл

@@ -2440,6 +2440,7 @@ export default class Client4 {
ping = () => {
return this.doFetch<{
status: string;
ActiveSearchBackend: string;
}>(
`${this.getBaseRoute()}/system/ping?time=${Date.now()}`,
{method: 'get'},