mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-11 11:13:12 +08:00
one more fix for header border-bottom. Also fixed some eslint whine
This commit is contained in:
@@ -64,6 +64,8 @@ const handler = async (req, res) => {
|
||||
}),
|
||||
});
|
||||
|
||||
ackRes; // calling this only to get rid of the unused variable warning... not sure if anything is intended to be done with ackRes
|
||||
|
||||
// Send the results to the client.
|
||||
res.status(200).json(registeredTask);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user