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
This fixes the following error:
FrozenError:
can't modify frozen String
Now that we've added frozen string literal comments we need to be aware
of string mutations. It appears this is the only mutation we make.
0 commit comments