New formatting
This commit is contained in:
@ -18,7 +18,7 @@ export async function getBanList(context: RequestContext) {
|
||||
|
||||
export async function setBanList(
|
||||
context: RequestContext,
|
||||
data: { [k: string]: { [k: string]: any } }
|
||||
data: { [k: string]: { [k: string]: any } },
|
||||
) {
|
||||
const setRequest = await fetch(DATASTORE_URL, {
|
||||
body: JSON.stringify(data),
|
||||
|
Reference in New Issue
Block a user