Skip to content

Commit

Permalink
Fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed May 14, 2022
1 parent 7b7de8e commit 0c6c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/services/quest.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from 'src/queries/quests.query';
import { DepositModel } from 'src/models/deposit-model';
import { compareCaseInsensitive } from 'src/utils/string.util';
import { DEFAULT_CLAIM_EXECUTION_DELAY_MS, IS_DEV, TOKENS } from '../constants';
import { DEFAULT_CLAIM_EXECUTION_DELAY_MS, IS_DEV } from '../constants';
import { Logger } from '../utils/logger';
import { fromBigNumber, toBigNumber } from '../utils/web3.utils';
import {
Expand Down

0 comments on commit 0c6c3d9

Please sign in to comment.