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

Update functions in Lists.ps1 to use [long] for integer identifiers #9

Closed cmunky closed 8 months ago

cmunky commented 1 year ago

The ClickUp instance at our enterprise has identifiers longer than 32 bit.

My use case only required changes for Lists, however there is an opportunity to extend this to the entire library

Thanks for your consideration of the pull request

DrDrrae commented 8 months ago

Already fixed.