use tabs instead of spaces in oatuh token file

pull/295/head
Dario Piotrowicz 2023-02-15 22:54:27 +00:00
rodzic a043c059d0
commit 576dfc9ca0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,8 @@ export async function handleRequest(db: D1Database, request: Request): Promise<R
try {
data = await readBody<Body>(request)
} catch (err: any) {
// ignore error
}
// ignore error
}
let code = data.code
if (!code) {