mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
remove console.log
This commit is contained in:
@@ -307,7 +307,6 @@ export const postWorksheet = async (id: string, worksheet: string) => {
|
|||||||
* @description STEP 5
|
* @description STEP 5
|
||||||
*/
|
*/
|
||||||
export const postPreviewSheet = async (id: string, options: ExcelImportMap) => {
|
export const postPreviewSheet = async (id: string, options: ExcelImportMap) => {
|
||||||
console.log(options);
|
|
||||||
const response = await axios.post(`${ontimeURL}/sheet/pull`, { id, options });
|
const response = await axios.post(`${ontimeURL}/sheet/pull`, { id, options });
|
||||||
return response.data.data;
|
return response.data.data;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user