Skip to content
Snippets Groups Projects
Commit 9406212e authored by Lee WooChang's avatar Lee WooChang
Browse files

fix: getCombinationId 오타 수정

parent 0b8455df
No related branches found
No related tags found
1 merge request!16getCombinationId 오타 수정
Pipeline #10800 failed
...@@ -74,9 +74,8 @@ const myService = { ...@@ -74,9 +74,8 @@ const myService = {
return { code }; return { code };
}, },
async getCombinationId(req, res) { async getCombinationId(code) {
const { code } = req.params; const transactionIdKey = `mypc:code:${code}:transaction_id`;
const transactionIdKey = `mypc:code:${code}:transectionId`;
try { try {
const transactionId = await Redis.get(transactionIdKey); const transactionId = await Redis.get(transactionIdKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment