fix: add new zoom app name to list (#24485)

> Related issue: #24483

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza 2024-12-06 17:14:07 -05:00 committed by GitHub
parent 216743baf1
commit 182970d652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ const NameToIdentifierMap: Record<string, string> = {
"Microsoft Visual Studio Code": "visual-studio-code",
WhatsApp: "whatsapp",
Zoom: "zoom",
"Zoom for IT Admins": "zoom-for-it-admins",
};
const getFleetAppData = (name: string) => {