We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41a753 commit 04a6f15Copy full SHA for 04a6f15
packages/plugin-birdeye/src/actions/token-search-symbol.ts
@@ -90,7 +90,7 @@ export const tokenSearchSymbolAction = {
90
)
91
);
92
93
- // get filter the resuls to only include the token results and then filter the results to only include the ones that match the symbol
+ // get filter the results to only include the token results and then filter the results to only include the ones that match the symbol
94
const validResults = results.map((r, i) =>
95
r.data.items
96
.filter((item) => item.type === "token" && item.result)
0 commit comments