fix all the formatting

This commit is contained in:
Thomas Ruoff
2022-04-02 00:42:25 +02:00
parent 8e0648bf0f
commit 3c4f0efdc2
11 changed files with 79 additions and 59 deletions

View File

@@ -5,7 +5,7 @@ import { createBill, patchBill } from '../../../../db/index'
export default async function billHandler(
req: NextApiRequest,
res: NextApiResponse
): Promise<void> {
): Promise<void> {
const {
method,
query: { uuid: uuids },