Skip to content

Commit 307c025

Browse files
committed
refactor: simplify array formatting in icm services
1 parent 8558162 commit 307c025

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/platforms/icm.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ export const stakingService = {
2626
contractsRaw: [stakingContract],
2727
};
2828

29-
export const services = [
30-
stakingService,
31-
];
29+
export const services = [stakingService];

0 commit comments

Comments
 (0)