react-native-timacare 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2306,6 +2306,8 @@ export class Api {
2306
2306
  async updateLoanReborrow(body) {
2307
2307
  // make the api call
2308
2308
  const response: ApiResponse<any> = await this.apisauce.post(`api/v2.0/loanbrief/init_reborrow`, body)
2309
+ console.log(response);
2310
+
2309
2311
  if (!response.ok) {
2310
2312
  const problem = getGeneralApiProblem(response)
2311
2313
  if (problem) return problem