Skip to content

Commit d31a1ab

Browse files
committed
refact: correct error text
1 parent 22455f3 commit d31a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const getServerIpAddress = async (): Promise<AxiosResponse<any>> => {
4242
const response = await api.get("/ipaddress");
4343
return response;
4444
} catch (error) {
45-
console.error("Error fetching regions:", error);
45+
console.error("Error fetching ipaddress:", error);
4646
throw error;
4747
}
4848
};

0 commit comments

Comments
 (0)