Skip to content

Commit

Permalink
chore: add component annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Apr 30, 2024
1 parent 37b0f00 commit 008c03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/zero/eight/donut/config/firebase/FcmUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import com.google.firebase.messaging.Notification;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
import zero.eight.donut.config.jwt.AuthUtils;
import zero.eight.donut.domain.FcmToken;
import zero.eight.donut.domain.Giver;
Expand All @@ -21,6 +22,7 @@

@Slf4j
@RequiredArgsConstructor
@Component
public class FcmUtils {

private final AuthUtils authUtils;
Expand Down

0 comments on commit 008c03c

Please sign in to comment.