dev, Dispatch + Pilot Settings

This commit is contained in:
PxlLoewe
2025-07-24 14:53:40 -07:00
parent 3c5b86eb41
commit 08c4cfe082
9 changed files with 268 additions and 31 deletions

View File

@@ -12,11 +12,7 @@ export async function getLatestChangelog() {
});
if (latestChangelog.length > 0 && latestChangelog[0]) {
return {
title: latestChangelog[0].title,
text: latestChangelog[0].text,
previewImage: latestChangelog[0].previewImage || "",
};
return latestChangelog[0];
}
return null;