Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { currentVersion } from '~/data/versions'
|
||||
import { currentVersion } from "~/data/versions";
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
return currentVersion
|
||||
})
|
||||
return currentVersion;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user