mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
refactor: extract metadata from sheet
This commit is contained in:
committed by
Carlos Valente
parent
37dc9a620d
commit
42dcf35f45
@@ -18,4 +18,9 @@ export const validateImportMapOptions = [
|
||||
requestValidationFunction,
|
||||
];
|
||||
|
||||
export const validateWorksheetMetadataRequest = [
|
||||
body('worksheet').isString().trim().notEmpty(),
|
||||
requestValidationFunction,
|
||||
];
|
||||
|
||||
export const validateRundownExport = [param('rundownId').isString().trim().notEmpty(), requestValidationFunction];
|
||||
|
||||
Reference in New Issue
Block a user