forked from creations/profilePage
fix lint
This commit is contained in:
parent
6d46ef48d0
commit
df6e2325d9
4 changed files with 36 additions and 16 deletions
|
@ -4,6 +4,10 @@ export const routeDef = {
|
|||
...idRouteDef,
|
||||
};
|
||||
|
||||
export const handler = async (request: ExtendedRequest, body: unknown, server: BunServer) => {
|
||||
export const handler = async (
|
||||
request: ExtendedRequest,
|
||||
body: unknown,
|
||||
server: BunServer,
|
||||
) => {
|
||||
return await idHandler(request);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue