Skip to content

Commit 0c14302

Browse files
authored
Removes unused method
1 parent b831312 commit 0c14302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/com/objectcomputing/checkins/services/slack/SlackController.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,4 @@ public HttpResponse<Map<String, String>> customEmoji() {
4444
.headers(headers -> headers.location(URI.create("/services/slack/emoji")))
4545
.body(customEmoji);
4646
}
47-
48-
protected URI location(UUID uuid) {
49-
return URI.create("/services/slack/" + uuid);
50-
}
5147
}

0 commit comments

Comments
 (0)