mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
fix: linting errors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { config } from '@/lib/config';
|
||||
import { verifyPassword } from '@/lib/crypto';
|
||||
import { prisma } from '@/lib/db';
|
||||
import { fetchApi } from '@/lib/fetchApi';
|
||||
import { Anchor, Button, Modal, PasswordInput } from '@mantine/core';
|
||||
import { GetServerSideProps, InferGetServerSidePropsType } from 'next';
|
||||
import { useRouter } from 'next/router';
|
||||
|
||||
@@ -183,7 +183,7 @@ async function main() {
|
||||
// setting the inner request.body so that next.js can access it.
|
||||
req.raw.body = parsedBody;
|
||||
done(null, parsedBody);
|
||||
} catch (err) {
|
||||
} catch {
|
||||
done(null, {});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user