Skip to content

Commit 0f5d64b

Browse files
authored
fix: exclude labels for plain support (#2691)
1 parent a98550e commit 0f5d64b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/api/support-create-ticket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
155155
},
156156
},
157157
],
158-
labelTypeIds: ['lt_01K36FQ2J7ZGXQ55RV769TJHYN'],
159158
},
160159
};
161160
const result = await makeGraphQLRequest(CREATE_THREAD_MUTATION, createThreadVariables);

0 commit comments

Comments
 (0)