Skip to content

Commit

Permalink
コメントの位置を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
pastak committed Dec 3, 2024
1 parent b3dd746 commit 4896441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/nodejs/src/app_handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ export const appPostRides = async (ctx: Context<Environment>) => {
[user.id],
);

// 無ければ他のクーポンを付与された順番に使う
if (!coupon) {
// 無ければ他のクーポンを付与された順番に使う
const [[coupon]] = await ctx.var.dbConn.query<
Array<Coupon & RowDataPacket>
>(
Expand Down

0 comments on commit 4896441

Please sign in to comment.