Skip to content

Commit

Permalink
🚑 hotfix: add primary to discord item service (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghun-dev authored Nov 21, 2023
1 parent ddc69b8 commit 5199866
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
import lombok.RequiredArgsConstructor;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;


@Primary
@Component
@RequiredArgsConstructor
public class DiscordItemClaimReportService implements ItemClaimReportService {
Expand Down

0 comments on commit 5199866

Please sign in to comment.