Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MajorBook - Team202
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LeeYongJae
MajorBook - Team202
Merge requests
!21
final modify
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
final modify
finalmodify
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
LeeYongJae
requested to merge
finalmodify
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
최종 수정입니다.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7b08a2e9
1 commit,
5 years ago
7 files
+
55
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
backend/routes/transaction.js
+
1
−
1
Options
@@ -50,7 +50,7 @@ router.post("/success", async (req, res) => {
var
userId
=
sess
.
userid
;
try
{
await
Transaction
.
remov
e
(
await
Transaction
.
deleteOn
e
(
{
bookTitle
:
req_bookTitle
,
$or
:
[{
buyerId
:
userId
},
{
sellerId
:
userId
}]
Loading