dev, Dispatch + Pilot Settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user