DrDrrae / ClickUpPowerShell

PowerShell module to wrap around and ease the use of the ClickUp API.
Apache License 2.0
4 stars 3 forks source link

Function Get-ClickUpViewTasks #10

Closed StefanM224 closed 8 months ago

StefanM224 commented 8 months ago

This is incorrectly $Views.views when it should be $Views.tasks.

Views.ps1 line 193

    $Views = Invoke-ClickUpAPIGet -Arguments $QueryString -Endpoint "view/$ViewID/task"
    Return $Views.views
DrDrrae commented 8 months ago

Thanks. I'll get this fixed.

StefanM224 commented 8 months ago

Forgot to mention function Get-ClickUpViewTasks is actually misspelled as Get-ClickUpViewTaks - I think I fixed it on my computer but wanted to mention it! Love this module I appreciate your hard work on this!