Skip to content

Commit 7fea8bf

Browse files
committed
replace description with role
1 parent 596ca39 commit 7fea8bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/api/fetchTorchHolders.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ export async function fetchTorchHolders(): Promise<TorchHolder[]> {
4141
address: row[0],
4242
name: row[1] || "",
4343
twitter: row[2] || "",
44-
description: row[3] || "",
45-
imageUrl: row[4] || "",
44+
role: row[3] || "",
4645
}))
4746

4847
return holders

0 commit comments

Comments
 (0)