src/views/agile-board/board-actions.ts [268:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
): ReduxAction {
  return async (
    dispatch: ReduxThunkDispatch,
    getState: ReduxStateGetter,
    getApi: ReduxAPIGetter,
  ) => {
    const api: Api = getApi();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/views/issue/issue-base-actions-creater.ts [365:371]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ): ReduxAction {
      return async (
        dispatch: ReduxThunkDispatch,
        getState: ReduxStateGetter,
        getApi: ReduxAPIGetter,
      ) => {
        const api: Api = getApi();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



