src/components/attachments-row/attachment-actions.ts [105:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
      return async (
        dispatch: (arg0: any) => any,
        getState: StateGetter,
        getApi: ApiGetter,
      ) => {
        const api: Api = getApi();
        const attachApi: ArticlesAPI | IssueAPI = isArticle ? api.articles : api.issue;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/components/attachments-row/attachment-actions.ts [154:161]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) {
      return async (
        dispatch: (arg0: any) => any,
        getState: StateGetter,
        getApi: ApiGetter,
      ) => {
        const api: Api = getApi();
        const attachApi: ArticlesAPI | IssueAPI = isArticle ? api.articles : api.issue;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



