console.log()削除
This commit is contained in:
parent
f3cc634bb9
commit
761af6eafc
1
main.ts
1
main.ts
|
@ -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`,
|
||||||
|
|
Loading…
Reference in New Issue