Set Config stopped working on live extension

I actually did manage to figure out the issue I was having specifically. Below is the exact code I used and is working currently.

twitch.configuration.set(
“broadcaster”,
‘’,
JSON.stringify({ ‘foo’ : ‘bar’ }
);

I found that by leaving the 2nd argument in the set function to an empty string it fixed my issue.

Hope this helps!