From 2700389f0fd5000690d68a7f3c0d2bb50cd7d959 Mon Sep 17 00:00:00 2001 From: cp-jagruti-a Date: Thu, 9 Nov 2023 14:48:39 +0530 Subject: [PATCH] Fix unwanted runtime errors on services and android page --- nuxt-frontend/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nuxt-frontend/utils.js b/nuxt-frontend/utils.js index 3d3078fcd..8610722d7 100644 --- a/nuxt-frontend/utils.js +++ b/nuxt-frontend/utils.js @@ -99,7 +99,6 @@ function parseImageUrls(imageUrls) { export { elementInViewPort, - handleAnimationOnScroll, setGithubStars, openBlog, unescapeHTML,