mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-15 12:05:19 +08:00
Require labels to be set on labeling task and setting up basic storybook stories for tasks
This commit is contained in:
@@ -20,6 +20,7 @@ const handler = withoutRole("banned", async (req, res, token) => {
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
res.status(500).json(err);
|
||||
return;
|
||||
}
|
||||
|
||||
// Store the task and link it to the user..
|
||||
|
||||
Reference in New Issue
Block a user