Refactor: update beer post api requests

This commit is contained in:
Aaron William Po
2023-12-27 20:42:37 -05:00
parent 2b90bb2e5d
commit 7c4a4bde80
12 changed files with 208 additions and 159 deletions

View File

@@ -20,7 +20,7 @@ export const processBeerImageData = async (
}
const beerImages = await addBeerImagesService({
beerPostId: req.query.id,
beerPostId: req.query.postId,
userId: user!.id,
body,
files,