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
The following code from the getConfiguration function throws an error because app does not exist:
error = {
"error": "The configuration could not be obtained.",
"log": app.error || ""
};
Personally I don't think it's an error if the configuration doesn't exist, the function should just return undefined. However, I didn't want to change anything because there may be some apps waiting for the error message.
The text was updated successfully, but these errors were encountered:
The following code from the getConfiguration function throws an error because
app
does not exist:Personally I don't think it's an error if the configuration doesn't exist, the function should just return undefined. However, I didn't want to change anything because there may be some apps waiting for the error message.
The text was updated successfully, but these errors were encountered: