Skip to content

Commit

Permalink
更新bundleVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
renqabs committed Apr 6, 2024
1 parent d2d6a3a commit 1d5f488
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.1055.8',
bundleVersion: '1.1648.0',
})
if (conversationId) {
query.set('conversationId', String(conversationId))
Expand Down

0 comments on commit 1d5f488

Please sign in to comment.