@ -50,8 +50,8 @@ export class ExportService {
Platform: platform
}) => {
if (
!platforms.some(({ id: currentId }) => {
!platforms.some(({ id: currentPlatformId }) => {
return currentId === platform.id;
return currentPlatformId === platform.id;
})
) {
platforms.push(platform);