nodejs-book icon indicating copy to clipboard operation
nodejs-book copied to clipboard

13장 checkAuction에 어제~오늘 사이 스케쥴 다시 등록

Open ZeroCho opened this issue 4 years ago • 2 comments

await Good.update({ SoldId: success.UserId }, { where: { id: good.id } }); -> await good.setSold(success.UserId)

ZeroCho avatar Sep 27 '20 09:09 ZeroCho

transaction 추가하기

ZeroCho avatar Sep 27 '20 09:09 ZeroCho

입찰 라우터에서 상품이 있는지도 확인 if (!good) {}

ZeroCho avatar Sep 27 '20 09:09 ZeroCho