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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
#88 Fix problematic render implementation.template_data serves two purposes, defining template data and specifying the optional API parameter for locale. Previously, locale would be stripped out of template_data in the API request, preventing users from specifying variables named locale in their own template data.