fix linter warnings
one method to add handlers
This commit is contained in:
@ -14,7 +14,6 @@ import {DefaultTags} from '../../types/GeneralTypes';
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||
import {faSortDown} from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
// eslint-disable-next-line no-shadow
|
||||
export enum SortBy {
|
||||
date,
|
||||
likes,
|
||||
|
@ -97,7 +97,6 @@ function generalAPICall<T>(
|
||||
* API nodes definitions
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line no-shadow
|
||||
export enum APINode {
|
||||
Login = 'login',
|
||||
Settings = 'settings',
|
||||
|
Reference in New Issue
Block a user