Merge branch 'master' into username-displayname

This commit is contained in:
Wyatt Johnson
2017-02-10 16:19:27 -07:00
50 changed files with 862 additions and 341 deletions
+1
View File
@@ -121,6 +121,7 @@ const ErrInvalidAssetURL = new APIError('asset_url is invalid', {
// ErrNotAuthorized is an error that is returned in the event an operation is
// deemed not authorized.
const ErrNotAuthorized = new APIError('not authorized', {
translation_key: 'NOT_AUTHORIZED',
status: 401
});