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
scope was probably copy-pasted from modifyProfile api in lib-auth. While method modifyUser never had scope
JS doc is also incorrect and scope was never limiting fetched data - it was always entire repo object - thus it was unusable: entire editor's result was put in data filed in "scope".
Mark the scope argument as deprecated in the modify function of the repo library.
The text was updated successfully, but these errors were encountered:
scope
was probably copy-pasted frommodifyProfile
api in lib-auth. While methodmodifyUser
never hadscope
JS doc is also incorrect and scope was never limiting fetched data - it was always entire repo object - thus it was unusable: entire editor's result was put in
data
filed in "scope".Mark the
scope
argument as deprecated in themodify
function of the repo library.The text was updated successfully, but these errors were encountered: