|
|
shouldFetch ? ['/pages.updatePost', currentPagePath] : null,
|
|
shouldFetch ? ['/pages.updatePost', currentPagePath] : null,
|
|
|
(endpoint, path) => apiGet(endpoint, { path }).then((response: SlackChannels) => response.updatePost),
|
|
(endpoint, path) => apiGet(endpoint, { path }).then((response: SlackChannels) => response.updatePost),
|