console.log()削除
This commit is contained in:
@@ -8,7 +8,6 @@ dotenv.config();
|
|||||||
|
|
||||||
async function ueuse() {
|
async function ueuse() {
|
||||||
const now = format(new Date(), "HH:mm");
|
const now = format(new Date(), "HH:mm");
|
||||||
console.log(now);
|
|
||||||
|
|
||||||
const resUeuse = await fetch(
|
const resUeuse = await fetch(
|
||||||
`https://${process.env.SERVER}/api/ueuse/create`,
|
`https://${process.env.SERVER}/api/ueuse/create`,
|
||||||
|
|||||||
Reference in New Issue
Block a user