Skip to content

Instantly share code, notes, and snippets.

@Aldikitta
Created June 14, 2023 09:33
Show Gist options
  • Save Aldikitta/e22d15f50eb8d6beda4d797c042aa8bf to your computer and use it in GitHub Desktop.
Save Aldikitta/e22d15f50eb8d6beda4d797c042aa8bf to your computer and use it in GitHub Desktop.
suspend fun getDetailAgentVisitFullResponse(
token: String,
id: Int
): SallyResponseResource<BaseResponse<GetAgentDetailResponse>> {
return asSallyResponseResourceSuspend {
agentVisitService.getDetailAgentVisitWithFullResponse(
token = token,
id = id
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment