We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nextjs-ecommerce-oneclick
It seems like this line should use Client(), not Workflow()?
Client()
Workflow()
const client = new Workflow();
https://github.com/temporalio/samples-typescript/blob/f16fa9d4962c31231ea63c0a7c7dada3c52a840a/nextjs-ecommerce-oneclick/pages/api/getBuyState.js#L10C33-L10C33
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
It seems like this line should use
Client()
, notWorkflow()
?https://github.com/temporalio/samples-typescript/blob/f16fa9d4962c31231ea63c0a7c7dada3c52a840a/nextjs-ecommerce-oneclick/pages/api/getBuyState.js#L10C33-L10C33
The text was updated successfully, but these errors were encountered: