posit-dev / publisher

MIT License
3 stars 0 forks source link

Recursive configurations and deployments GET endpoints return null instead of empty array #1937

Open dotNomad opened 3 days ago

dotNomad commented 3 days ago

If there are no Configurations or Deployments in the directory the GET /api/configurations and GET /api/deployments\ endpoints incorrectly respond with null if recursive=true is passed.

They correctly respond with [] otherwise.