Commit c9ba9d44 authored by Paul Kaplan's avatar Paul Kaplan

Add tests for all studio-member-actions

parent a8ed7410
...@@ -14,7 +14,8 @@ const Errors = keyMirror({ ...@@ -14,7 +14,8 @@ const Errors = keyMirror({
USER_MUTED: null, USER_MUTED: null,
UNKNOWN_USERNAME: null, UNKNOWN_USERNAME: null,
RATE_LIMIT: null, RATE_LIMIT: null,
MANAGER_LIMIT: null MANAGER_LIMIT: null,
UNHANDLED: null
}); });
const normalizeError = (err, body, res) => { const normalizeError = (err, body, res) => {
......
This diff is collapsed.
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