mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
Added fix for not logged in user
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user