microsoft / kiota-typescript

TypeScript libraries for Kiota-generated API clients.
https://aka.ms/kiota/docs
MIT License
32 stars 25 forks source link

added validation check to see if the node is an Array #1155

Closed SrRickGrimes closed 3 months ago

SrRickGrimes commented 3 months ago

I was getting the same issue posted here.

fixes https://github.com/microsoft/kiota-typescript/issues/1151

I added a simple validation check to confirm the node is an Array.

SrRickGrimes commented 3 months ago

@microsoft-github-policy-service agree