From efb565ba0086d1b3e69ea71456a892ca254856f7 Mon Sep 17 00:00:00 2001 From: Towfiq Date: Fri, 2 Dec 2022 07:36:09 +0600 Subject: [PATCH] fix: domains with - were not loading the keywords. resolves: #11 --- pages/api/domains.ts | 4 ++-- pages/api/keywords.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/api/domains.ts b/pages/api/domains.ts index 2cef821..e37483f 100644 --- a/pages/api/domains.ts +++ b/pages/api/domains.ts @@ -61,8 +61,8 @@ export const addDomain = async (req: NextApiRequest, res: NextApiResponse