Skip to content

Commit c78612c

Browse files
committed
fix(app): just in case
1 parent e0a5c0c commit c78612c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const quoteToken: Readable<Nullable<QuoteData>> = derived<
6262
return
6363
}
6464
65-
const cacheKey = `${$source}-${JSON.stringify(channel)}-${$asset}`
65+
const cacheKey = `${$source}-${JSON.stringify(channel)}-${$asset}-v1`
6666
const cachedResult = get(quoteResults)[cacheKey] ?? null
6767
6868
if (cachedResult) {

0 commit comments

Comments
 (0)