Commit ed7237b6 by Sanford Student

fixing typo in template

parent 801bb288
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"${ user.id | n, js_escaped_string }", "${ user.id | n, js_escaped_string }",
{ {
email: "${ user.email | n, js_escaped_string }", email: "${ user.email | n, js_escaped_string }",
username: "${ ser.username | n, js_escaped_string }" username: "${ user.username | n, js_escaped_string }"
}, },
{ {
integrations: { integrations: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment