Skip to content

Commit

Permalink
Revert "Update create.ts"
Browse files Browse the repository at this point in the history
This reverts commit c78669f.
  • Loading branch information
renqabs committed Apr 6, 2024
1 parent c78669f commit 27f7947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
const endpoint = endpoints[count % endpoints.length]
const { conversationId } = req.query
const query = new URLSearchParams({
bundleVersion: '1.1655.1',
bundleVersion: '1.1648.0',
})
if (conversationId) {
query.set('conversationId', String(conversationId))
Expand Down

0 comments on commit 27f7947

Please sign in to comment.