We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa120d commit 1ef2cc5Copy full SHA for 1ef2cc5
1 file changed
src/main/java/life/mosu/mosuserver/application/notify/NotifyService.java
@@ -32,7 +32,7 @@ public class NotifyService {
32
retryFor = {CustomRuntimeException.class}
33
)
34
public void notify(LunaNotificationEvent event) {
35
- String phone = retrievePhoneNumberByUserId(event.userId()).replaceFirst("^.", "");
+ String phone = retrievePhoneNumberByUserId(event.userId());
36
LunaNotificationVariable notifyVariable = notifyVariableFactory.create(event);
37
NotifySender<LunaNotificationVariable> sender = senderResolver.resolve(event.status());
38
0 commit comments