Skip to content

Commit 2542dd4

Browse files
Sandro642Copilot
andauthored
Update src/main/java/fr/sandro642/github/jobs/JobGetInfos.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d633654 commit 2542dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/sandro642/github/jobs/JobGetInfos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public CompletableFuture<ApiFactory> getResponse() {
204204

205205
CompletableFuture<ApiFactory> responseFuture = new CompletableFuture<>();
206206

207-
// Callback pour nettoyer le store après la réponse
207+
// Callback to clean up the store after the response
208208
Consumer<ApiFactory> onSuccess = response -> {
209209
ConnectLib.StoreAndRetrieve().store.remove("currentRoute");
210210
ConnectLib.StoreAndRetrieve().store.remove("currentMethod");

0 commit comments

Comments
 (0)