mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-25 14:05:03 +00:00
misc: added log
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user