misc: added log

This commit is contained in:
Sheen Capadngan
2025-01-14 23:29:04 +08:00
parent 71af662998
commit 8370a0d9c0

View File

@ -3764,6 +3764,7 @@ const syncSecretsCloudflarePages = async ({
)
.catch((error) => {
if (error instanceof AxiosError && error.response?.status === 304) {
logger.info("CF pages redeployment returned status code 304");
return;
}