syntex-error
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "syntex-error", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A comprehensive error handling package tailored for use in both Express backend and React frontend applications. Simplify the process of managing and reporting errors seamlessly across your entire stack, providing a unified approach for a more efficient debugging and user experience.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -53,3 +53,3 @@ import axios from "axios"; | ||
// home screen apis | ||
export const fetchTrendingMovies = (page = 1)=>{ | ||
export const fetchTrendingMovies = (page)=>{ | ||
return apiCall(trendingMoviesEndpoint+`&page=${page}`); | ||
@@ -56,0 +56,0 @@ } |
14261