From 75b954bf1947aa54f3d0a325ca797742babb6d61 Mon Sep 17 00:00:00 2001 From: Martyn Garcia Date: Thu, 31 Oct 2024 11:47:51 -0600 Subject: [PATCH] poly service and bug fixes --- app/src/pages/api/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/pages/api/pool.js b/app/src/pages/api/pool.js index 58602aa..1ae4e53 100644 --- a/app/src/pages/api/pool.js +++ b/app/src/pages/api/pool.js @@ -41,7 +41,7 @@ export default async function handler(req, res) { const { name } = req.query; const POLY_EVENT = "when-will-gpt-5-be-announced"; const POLY_TID = "1729566306341"; - const POLY_MARKET = `https://polymarket.com/event/{POLY_EVENT}?tid={POLY_TID}`; + const POLY_MARKET = `https://polymarket.com/event/${POLY_EVENT}?tid=${POLY_TID}`; const POLY_QUESTION = "GPT-5 not announced in 2024?" if (typeof name !== 'string') {