feat(quest): add full CRUD and image handling for hunt quests
This commit is contained in:
@@ -5,6 +5,8 @@ export function parseError(e: unknown): string {
|
||||
return 'error.401';
|
||||
case 404:
|
||||
return 'error.404';
|
||||
case 400:
|
||||
return 'error.400';
|
||||
}
|
||||
}
|
||||
return 'error.default';
|
||||
|
||||
Reference in New Issue
Block a user