Skip to content
This repository was archived by the owner on Dec 4, 2021. It is now read-only.

Commit e31c1b7

Browse files
author
John Letey
committed
chore: add newline
1 parent 0001e75 commit e31c1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/get_tokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export const getTokens = async (
3535
localStorage;
3636
const cache = JSON.parse(storage.getItem("customTokens") || "[]");
3737
cache.map((entry: string) => IDs.push({ type: "contract", id: entry }));
38+
3839
const tokens: VertoToken[] = [];
3940
for (const entry of IDs) {
4041
const contractID =

0 commit comments

Comments
 (0)