Wrong types for projectId
#352
Labels
bug
Indicates a reported issue or malfunction that needs fixing.
good first issue
Highlights beginner-friendly tasks, ideal for those looking to contribute for the first time.
Milestone
Trying out
projects.getHierarchy({projectId: '')
I've noticed that you expect a number here, but theproject.id
type is a string and it seems that's correct based on the project result:There seem to be several places where
projectId
is considered a number (in your v3 implementation):Maybe they are all wrong here.
And for some reason only two places for
projectIdOrKey
think this can be a number:The text was updated successfully, but these errors were encountered: