Skip to content

Commit

Permalink
Merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jan 10, 2025
1 parent 7db7e86 commit ea8fba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/react-query/queryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { QueryClient } from '@tanstack/react-query';
import { PersistedClient, Persister, PersistQueryClientOptions } from '@tanstack/react-query-persist-client';
import { debounce } from 'lodash';
import { REACT_QUERY_STORAGE_ID, queryStorage } from '@/storage/legacy';
import { time } from '@/utils/time';
import { time } from '@/utils';

class MMKVPersister implements Persister {
private static readonly throttleMs = time.seconds(8);
Expand Down
2 changes: 1 addition & 1 deletion src/resources/metadata/dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { formatUrl } from '@/components/DappBrowser/utils';
import { metadataClient } from '@/graphql';
import { RainbowError, logger } from '@/logger';
import { createQueryStore } from '@/state/internal/createQueryStore';
import { time } from '@/utils/time';
import { time } from '@/utils';

export type Dapp = {
colors: {
Expand Down

0 comments on commit ea8fba5

Please sign in to comment.