Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w committed Dec 19, 2024
1 parent 6ce17a8 commit 823b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/utils/getAddressResolutionOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NetworkService } from '../services/network/NetworkService';
import { AddressResolutionOptions } from '../models';

export const getAddressResolutionOptions = async (
networkService: NetworkService
networkService: NetworkService,
): Promise<AddressResolutionOptions> => ({
isMainnet: networkService.isMainnet(),
providerXP: await networkService.getAvalanceProviderXP(),
Expand Down

0 comments on commit 823b25c

Please sign in to comment.