File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
slack-api-client/src/main/java/com/slack/api/methods Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ private Methods() {
659659 // slackLists
660660 // ------------------------------
661661
662- public static final String SLACKLISTS_CREATE = "slackLists.create"
662+ public static final String SLACKLISTS_CREATE = "slackLists.create" ;
663663
664664 // ------------------------------
665665 // team
Original file line number Diff line number Diff line change @@ -2510,10 +2510,10 @@ StarsRemoveResponse starsRemove(RequestConfigurator<StarsRemoveRequest.StarsRemo
25102510 SlackListsCreateResponse slackListsCreate (RequestConfigurator <SlackListsCreateRequest .SlackListsCreateRequestBuilder > req )
25112511 throws IOException , SlackApiException ;
25122512
2513- // ------------------------------å
2513+ // ------------------------------
25142514 // team
25152515 // ------------------------------
2516- å
2516+
25172517 TeamAccessLogsResponse teamAccessLogs (TeamAccessLogsRequest req ) throws IOException , SlackApiException ;
25182518
25192519 TeamAccessLogsResponse teamAccessLogs (RequestConfigurator <TeamAccessLogsRequest .TeamAccessLogsRequestBuilder > req )
You can’t perform that action at this time.
0 commit comments