The interval variable was not correctly changing when the name was updated. This is because the url sync config option keys property was set statically to whatever the name was when the variable object was created. This PR changes the property to a function, so the key is looked up when getKeys is called
The interval variable was not correctly changing when the name was updated. This is because the url sync config option
keys
property was set statically to whatever the name was when the variable object was created. This PR changes the property to a function, so the key is looked up whengetKeys
is called