chore(): update e2e test action, with deliberate lint fail

This commit is contained in:
Tiago Siebler
2024-12-11 16:53:14 +00:00
parent d363c51b2b
commit ebf7f69a81
3 changed files with 19 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ export type SpotKlineInterval =
| '1Dutc'
| '3Dutc'
| '1Wutc'
| '1Mutc';
| "1Mutc";
export interface NewWalletTransfer {
fromType: WalletType;