Skip to content

Commit

Permalink
poly service and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn committed Oct 31, 2024
1 parent 6e98258 commit 75b954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/api/pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 75b954b

Please sign in to comment.