mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix merge main resolve (#19741)
This commit is contained in:
parent
4e2f7e53c3
commit
dec8d460db
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue