Skip to content

Commit 27234e7

Browse files
committed
fix(app): ts ignore
1 parent 3ba53c1 commit 27234e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/lib/components/TransferFrom/index.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const quoteToken: Readable<Nullable<QuoteData>> = derived<
7070
return
7171
}
7272
73+
//@ts-ignore
7374
getQuoteToken($source, $asset, channel)
7475
.then(result => {
7576
if (result.isOk()) {

0 commit comments

Comments
 (0)