Skip to content

Commit

Permalink
🤖 Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2024
1 parent 360cbf0 commit e41a702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import {
} from '$lib/utils/network.utils';
import { syncWallet, syncWalletError } from '$sol/services/sol-listener.services';
import type { SolPostMessageDataResponseWallet } from '$sol/types/sol-post-message';
import { mapNetworkIdToNetwork } from '$sol/utils/network.utils';
import { assertNonNullish } from '@dfinity/utils';
import { get } from 'svelte/store';
import { mapNetworkIdToNetwork } from '$sol/utils/network.utils';

export const initSolWalletWorker = async ({ token }: { token: Token }): Promise<WalletWorker> => {
const {
Expand Down

0 comments on commit e41a702

Please sign in to comment.