mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 22:42:41 +00:00
chore: change console.log to console.error for better error handling in header component
This commit is contained in:
@@ -14,7 +14,7 @@ const SNSIcons = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const Header: React.FC = async () => {
|
const Header: React.FC = async () => {
|
||||||
console.log(process.env);
|
console.error(process.env);
|
||||||
const res = await fetch(
|
const res = await fetch(
|
||||||
"https://discord.com/api/v10/users/739702692393517076",
|
"https://discord.com/api/v10/users/739702692393517076",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user