Skip to content

Commit

Permalink
fix types on error message extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
akellbl4 committed Oct 28, 2023
1 parent 4be664e commit 6c5f281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { h, Component, createRef, Fragment } from 'preact';
import { FormattedMessage, IntlShape, defineMessages } from 'react-intl';
import b, { Mix } from 'bem-react-helper';

import { User, Theme, Image, ApiError } from 'common/types';
import { User, Theme, Image } from 'common/types';
import { StaticStore } from 'common/static-store';
import * as settings from 'common/settings';
import { extractErrorMessageFromResponse } from 'utils/errorUtils';
Expand Down

0 comments on commit 6c5f281

Please sign in to comment.