mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-11 04:22:19 +00:00
chore: update temp change
This commit is contained in:
@@ -263,7 +263,7 @@ export async function getService(
|
||||
platform === Platform.ClientAndroidKotlin || platform === Platform.ServerKotlin;
|
||||
const isAndroid = isAndroidJava || isAndroidKotlin;
|
||||
const isAndroidServer = platform === Platform.ServerJava || platform === Platform.ServerKotlin;
|
||||
const api = await getApi('latest', platform);
|
||||
const api = await getApi(version, platform);
|
||||
|
||||
const data: Awaited<ReturnType<typeof getService>> = {
|
||||
service: {
|
||||
|
||||
Reference in New Issue
Block a user