mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 13:47:56 -05:00
fix typerror
This commit is contained in:
@@ -57,11 +57,7 @@ const buildHandler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
),
|
||||
jpn: postsJpBuilds,
|
||||
top500: await hasTop500WithTheWeapon(user.id, parsed.data.weapon),
|
||||
user: {
|
||||
connect: {
|
||||
id: user.id,
|
||||
},
|
||||
},
|
||||
userId: user.id,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user