fix: Eslint offenses for JS files

This commit is contained in:
Faruk AYDIN
2024-01-07 20:09:36 +01:00
parent 9ffe2c14df
commit 879aa1f9f8
15 changed files with 29 additions and 39 deletions

View File

@@ -1,10 +1,7 @@
const newSpreadsheetRows = async ($) => {
const {
data: { sheets },
} =
(await $.http.get) <
TSheetsResponse >
`/v4/spreadsheets/${$.step.parameters.spreadsheetId}`;
} = await $.http.get(`/v4/spreadsheets/${$.step.parameters.spreadsheetId}`);
const selectedSheet = sheets.find(
(sheet) => sheet.properties.sheetId === $.step.parameters.worksheetId