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 goal is really that we can do API.updatePreferences(4, API.getPreferences(4));
and nothing should change. I'm quite lost with alias and I don't know how easy it is to do.
The text was updated successfully, but these errors were encountered:
Using a similar API as
function updatePreferences(moduleId, values)
It would be nice to also have the method
let values = getPreferences(moduleId);
The goal is really that we can do
API.updatePreferences(4, API.getPreferences(4));
and nothing should change. I'm quite lost with alias and I don't know how easy it is to do.
The text was updated successfully, but these errors were encountered: