removed await
This commit is contained in:
parent
d656e0170b
commit
041eda05e5
|
|
@ -3,7 +3,7 @@ import { chainSchema } from "../schema";
|
||||||
import { getAxios } from "@/shared/lib/getAxios";
|
import { getAxios } from "@/shared/lib/getAxios";
|
||||||
|
|
||||||
export async function getChainList() {
|
export async function getChainList() {
|
||||||
const axios = await getAxios();
|
const axios = getAxios();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await axios.get("/chain/list");
|
const response = await axios.get("/chain/list");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user