💚 Fix build

This commit is contained in:
ajnart
2023-03-02 20:32:41 +09:00
parent 5c183e83f3
commit faf5d11900
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ const migrateService = (oldService: serviceItem, areaType: AreaType): ConfigAppT
},
network: {
enabledStatusChecker: oldService.ping ?? true,
okStatus: oldService.status?.map((str) => parseInt(str, 10)) ?? [200],
statusCodes: oldService.status ?? ['200'],
},
appearance: {
iconUrl: migrateIcon(oldService.icon),