You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,14 +44,22 @@ async function buildFormatsView() {
46
44
);
47
45
48
46
constrestrictions=makeIdMap(r2);
49
-
constcycles=r3.data;
50
47
constcyclesById=makeIdMap(r3);
51
48
constsets=r4.data;
52
49
constsetsById=makeIdMap(r4);
53
50
constformatsById=makeIdMap(r5);
54
51
55
-
constformats=r1.data.filter(snapshot=>desiredFormats.has(snapshot.attributes.format_id)).sort((a, b) => (a.attributes.format_id<b.attributes.format_id) ?1:-1);
56
-
52
+
// Support our supported formats in descending order by name.
0 commit comments