Skip to content

Commit

Permalink
feat: temp deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Oct 3, 2024
1 parent 5851d38 commit df52497
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import lombok.RequiredArgsConstructor;

import org.apache.kafka.common.errors.WakeupException;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Component;
import org.springframework.web.reactive.function.client.WebClient;
Expand Down Expand Up @@ -38,6 +37,6 @@ public GitRepoClientResponse requestToGithub(final GitRepoClientRequest request)
.retrieve()
.bodyToMono(GitRepoClientResponse.class)
.blockOptional()
.orElseThrow(WakeupException::new);
.orElseThrow(IllegalStateException::new);
}
}

0 comments on commit df52497

Please sign in to comment.