Formatting
This commit is contained in:
parent
31e9935efe
commit
a4ae399038
@ -19,7 +19,10 @@ export async function getBanList(context: RequestContext) {
|
|||||||
return await data.json();
|
return await data.json();
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function getSaveData(context: RequestContext, user: number): Promise<string> {
|
export async function getSaveData(
|
||||||
|
context: RequestContext,
|
||||||
|
user: number,
|
||||||
|
): Promise<string> {
|
||||||
const data = await fetch(`${SAVE_DATA_URL}${user}`, {
|
const data = await fetch(`${SAVE_DATA_URL}${user}`, {
|
||||||
headers: {
|
headers: {
|
||||||
"x-api-key": context.env.ROBLOX_OPENCLOUD_KEY,
|
"x-api-key": context.env.ROBLOX_OPENCLOUD_KEY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user