fix: macos and rate limiting

This commit is contained in:
DecDuck
2025-03-15 15:04:52 +11:00
parent 98c8258127
commit 6918e78cf9
2 changed files with 14 additions and 9 deletions

View File

@ -11,6 +11,7 @@ export function parsePlatform(platform: string) {
case "macOS":
case "MacOS":
case "mac":
case "macos":
return Platform.macOS;
}