From b39d71ca09077bed687a1e46138556b3fc48c238 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sun, 8 Oct 2023 11:25:19 +0500 Subject: [PATCH] Change to notifyGetList2 --- .../main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java b/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java index 0b63117..edd39ca 100644 --- a/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java +++ b/custom/src/main/java/org/gitnex/tea4j/v2/apis/custom/CustomApi.java @@ -102,7 +102,7 @@ public interface CustomApi { @Headers({"Content-Type:application/json"}) @GET("notifications") - Call> notifyGetList( + Call> notifyGetList2( @retrofit2.http.Query("all") Boolean all, @retrofit2.http.Query("status-types") List statusTypes, @retrofit2.http.Query("subject-type") List subjectType,