Skip to content

Commit

Permalink
Make indexCanisterId optional in IcrcCanistersStore
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Aug 30, 2024
1 parent ee13a5d commit 638cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/stores/icrc-canisters.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { writable } from "svelte/store";

export interface IcrcCanisters {
ledgerCanisterId: Principal;
indexCanisterId: Principal;
indexCanisterId: Principal | undefined;
}

export type IcrcCanistersStoreData = Record<
Expand Down

0 comments on commit 638cf81

Please sign in to comment.