You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your documentation you list a function getProfiles() - there is no function in your cfc's.
Also noticed that you make use of StructCopy in various cases where duplicating the arguments and then manipulating the copy via some deleting, this will also delete the same name:value pair out of the arguments which are usually called again via the makeRequest function - easy fix is change structCopy to duplicate.
Looking forward to digging further and adding to your work.
The text was updated successfully, but these errors were encountered:
In your documentation you list a function getProfiles() - there is no function in your cfc's.
Also noticed that you make use of StructCopy in various cases where duplicating the arguments and then manipulating the copy via some deleting, this will also delete the same name:value pair out of the arguments which are usually called again via the makeRequest function - easy fix is change structCopy to duplicate.
Looking forward to digging further and adding to your work.
The text was updated successfully, but these errors were encountered: