1
0
Fork 0
mirror of https://github.com/xHyroM/waki.git synced 2024-11-10 01:18:07 +01:00

refactor: cleanup

This commit is contained in:
Jozef Steinhübl 2024-05-20 13:25:02 +02:00
parent fb60d0880c
commit 1788e6d215
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -1,4 +1,4 @@
import { cloneFormData, getMainProvider, parseBody, parseProviders, verify } from "./utils";
import { getMainProvider, parseBody, parseProviders, verify } from "./utils";
export default {
async fetch(request: Request, env: Env, _: ExecutionContext): Promise<Response> {