docs: remove usages of ts-ignore in examples (#12839)
This commit is contained in:
@@ -1405,7 +1405,6 @@ type WorkflowInput = {
|
||||
export const createProductsContentfulWorkflow = createWorkflow(
|
||||
{ name: "create-products-contentful-workflow" },
|
||||
(input: WorkflowInput) => {
|
||||
// @ts-ignore
|
||||
const { data } = useQueryGraphStep({
|
||||
entity: "product",
|
||||
fields: [
|
||||
|
||||
Reference in New Issue
Block a user