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
I'm developing a very basic administrator portal that needs to update objects that do not belong to them. Because I have a logged in user, the execute method is taking the session token over the Master Key:
I'm developing a very basic administrator portal that needs to update objects that do not belong to them. Because I have a logged in user, the
execute
method is taking the session token over the Master Key:ParsePy/parse_rest/connection.py
Lines 132 to 135 in 1623d6d
Could this be broken into two
if
s instead of anif/elif
?The text was updated successfully, but these errors were encountered: