Fix merge main resolve (#19741)

This commit is contained in:
Lucas Manuel Rodriguez 2024-06-13 16:11:10 -03:00 committed by GitHub
parent 4e2f7e53c3
commit dec8d460db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,10 +112,6 @@ const App = ({ children, location }: IAppProps): JSX.Element => {
console.error(error);
}
}
if (configResponse.mdm.enabled_and_configured) {
const apnsInfo = await mdmAppleAPI.getAppleAPNInfo();
setAPNsExpiry(apnsInfo.renew_date);
}
}
setConfig(configResponse);