Skip to content

Commit

Permalink
fix: Fix 'STOP' keyword value
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Jun 7, 2024
1 parent 37eb455 commit 3c9ed7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class AutoSubscribeService {
private static final Logger LOGGER = Logger.getLogger(AutoSubscribeService.class.getName());

static final String SUBSCRIBE_ACTION = "SUBSCRIBE";
static final String STOP_ACTION = "ACTION";
static final String STOP_ACTION = "STOP";

private final SMSService smsService;
private final Group group;
Expand Down

0 comments on commit 3c9ed7d

Please sign in to comment.