feat: 아이템은 매일 00시 기준 한번 발급받을 수 있다 (#224)#225
Merged
submodule-reader[bot] merged 1 commit intomainfrom Jul 13, 2025
Merged
Conversation
|
Triggered from #225 by @nijuy. Trying to fast forward Target branch ( commit 7f2d78a4faa4eddaaa0e6fa5711aacdad6bf122a (origin/main)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Thu Jul 10 23:13:45 2025 +0900
fix: 빈 아이템의 발급 시간을 비워둔다 (#222)Pull request ( commit 84778a89805a5110eab95f18a96f290a59196281 (origin/dev, pull_request/dev)
Author: Park - Jeonghwan <990706leo@gmail.com>
Date: Fri Jul 11 18:51:49 2025 +0900
feat: 아이템은 매일 00시 기준 한번 발급받을 수 있다 (#224)Fast forwarding $ git push origin 84778a89805a5110eab95f18a96f290a59196281:main
To https://github.com/snack-game/server
7f2d78a..84778a8 84778a89805a5110eab95f18a96f290a59196281 -> main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
AS-IS
아이템 지급 시기가 "이전에 발급 받은 시간으로부터 1일 후" 였습니다.
TO-BE
사용자마다 달라져 혼란이 생길 수 있고 클라이언트와 맞추기 위해 매일 00시 기준 하루가 지나면 발급받을 수 있도록 수정하였습니다.