Skip to content

Commit

Permalink
Merge pull request #608 from bounswe/Bug-Fix-ResqService
Browse files Browse the repository at this point in the history
Update ResqService.kt
  • Loading branch information
GulbeycanCagri authored Dec 24, 2023
2 parents 5ba8bcd + f56d7ee commit 1ece4a8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import retrofit2.converter.gson.GsonConverterFactory
import retrofit2.http.*
import java.time.LocalDate
import java.time.format.DateTimeParseException
import retrofit2.Call
import retrofit2.Callback
interface CategoryTreeNodeService {
@GET("categorytreenode/getMainCategories")
suspend fun getMainCategories(
Expand Down Expand Up @@ -336,4 +334,4 @@ class ResqService(appContext: Context) {
Log.d("AAA", "getNotifications: ${response.isSuccessful}")
return response
}
}
}

0 comments on commit 1ece4a8

Please sign in to comment.