Skip to content

Commit 899ecad

Browse files
committed
Merge branch 'develop' into feature-2868/pull-slack-kudos-in
2 parents 2885adc + bb8ade1 commit 899ecad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/main/java/com/objectcomputing/checkins/services/pulseresponse/PulseResponseController.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
import jakarta.validation.Valid;
2626
import jakarta.validation.constraints.NotNull;
2727

28+
import org.slf4j.Logger;
29+
import org.slf4j.LoggerFactory;
30+
2831
import java.net.URI;
2932
import java.time.LocalDate;
3033
import java.util.Set;
@@ -34,6 +37,8 @@
3437
@ExecuteOn(TaskExecutors.BLOCKING)
3538
@Tag(name = "pulse-responses")
3639
public class PulseResponseController {
40+
private static final Logger LOG = LoggerFactory.getLogger(PulseResponseController.class);
41+
3742
private final PulseResponseService pulseResponseServices;
3843
private final MemberProfileServices memberProfileServices;
3944
private final SlackSubmissionHandler slackSubmissionHandler;

0 commit comments

Comments
 (0)