mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
lint
This commit is contained in:
@@ -413,7 +413,7 @@ export async function previewSheet(req, res) {
|
||||
*/
|
||||
export async function pushSheet(req, res) {
|
||||
try {
|
||||
const data = await Sheet.push(req.body.sheetid, req.body.worksheet);
|
||||
await Sheet.push(req.body.sheetid, req.body.worksheet);
|
||||
res.status(200).send('ok');
|
||||
} catch (error) {
|
||||
res.status(500).send({ message: error.toString() });
|
||||
|
||||
Reference in New Issue
Block a user