You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnc.Status(404).JSON(fiber.Map{"error": "Stock Not Found We could not find any stock matching your criteria. Please verify your search parameters and try again. "});
returnc.Status(500).JSON(fiber.Map{"error": "Failed to parse stocks"})
80
76
}
81
-
iflen(stocks)==0 {
82
-
returnc.Status(404).JSON(fiber.Map{"error": "Stock Not Found We could not find any stock matching your criteria. Please verify your search parameters and try again. "});
0 commit comments