Skip to content

Commit

Permalink
🦷 :: (#857) 미사용 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Nov 21, 2024
1 parent 1d3fb86 commit 14b42f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
import com.google.firebase.messaging.Message;
import com.google.firebase.messaging.MulticastMessage;
import org.springframework.stereotype.Component;
import team.retum.jobis.domain.application.event.ApplicationsStatusChangedEvent;
import team.retum.jobis.domain.notification.exception.DeviceTokenNotFoundException;
import team.retum.jobis.domain.notification.exception.FailedToSubscriptionException;
import team.retum.jobis.domain.notification.exception.FailedToUnsubscriptionException;
import team.retum.jobis.domain.notification.model.Notification;
import team.retum.jobis.domain.notification.model.Topic;
import team.retum.jobis.event.application.ApplicationMessage;
import team.retum.jobis.global.exception.FailedSendingMessagesException;

import java.util.Arrays;
Expand Down

0 comments on commit 14b42f5

Please sign in to comment.