dashboard: update versions filter

This commit is contained in:
Ben Allfree 2024-12-04 10:39:17 -08:00
parent ed47618d5f
commit 88e0bcc32f

View File

@ -73,7 +73,7 @@ async function fetchVersions(): Promise<string[]> {
{}, {},
) )
return versions.filter((v) => v.endsWith('*')) return versions
} }
export const init = () => { export const init = () => {