fix: macos and rate limiting

This commit is contained in:
DecDuck
2025-03-15 15:04:52 +11:00
parent 2fa57c583a
commit c2a1232022
2 changed files with 14 additions and 9 deletions
@@ -11,6 +11,7 @@ export function parsePlatform(platform: string) {
case "macOS":
case "MacOS":
case "mac":
case "macos":
return Platform.macOS;
}