Skip to content

Commit 8752665

Browse files
Use https.request correctly
1 parent 55f4126 commit 8752665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify/functions/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { request } = require("node:https");
22
const { schedule } = require("@netlify/functions");
33
// const { cron } = require("../../dist/nextbuild.json");
44

5-
exports.handler = schedule("50 13 28 11 1", (event, context) => {
5+
exports.handler = schedule("00 14 28 11 1", (event, context) => {
66
const options = {
77
hostname: "api.netlify.com",
88
path: `/build_hooks/${process.env.BUILD_HOOK}`,

0 commit comments

Comments
 (0)