Skip to content

Commit

Permalink
Merge pull request #540 from hanshino:fix/something
Browse files Browse the repository at this point in the history
Remove debug logs and add substitution field to CustomerOrder
  • Loading branch information
hanshino authored Nov 1, 2024
2 parents 4337c48 + 6ac6d9e commit 969535a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/controller/princess/gacha.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ async function userCooldown(userId) {
NX: true,
});

console.log(result, "result");

return !isNull(result);
}

Expand Down
1 change: 1 addition & 0 deletions app/src/model/application/CustomerOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports.columnsAlias = [
"touchType",
"messageType",
"reply",
"substitution",
"createDTM",
"createUser",
"modifyDTM",
Expand Down

0 comments on commit 969535a

Please sign in to comment.