/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/state/jetpack-sync/utils.js
24 строки
474 B
Calypso Bot
chore(deps): update linters (major) (#80830)
27 сен 2023, 16:26
Не верифицирован
27 сен 2023, 16:26
e1f240e
Код
Авторство
О чём код?
/** * Returns an array of keys that are expected to be returned * from the API when checking sync status for a site. * @returns {Array} Array of strings that are expected keys in API response. */ export function getExpectedResponseKeys() { return [ 'started', 'queue_finished', 'sent_started', 'finished', 'queue', 'sent', 'is_scheduled', 'total', 'config', 'progress', 'queue_size', 'queue_lag', 'full_queue_size', 'full_queue_lag', ]; }