diff --git a/qa-core/src/config/internal-api/TestConfiguration/rows.ts b/qa-core/src/config/internal-api/TestConfiguration/rows.ts index a439334294..a995e40e75 100644 --- a/qa-core/src/config/internal-api/TestConfiguration/rows.ts +++ b/qa-core/src/config/internal-api/TestConfiguration/rows.ts @@ -25,4 +25,4 @@ export default class RowsApi { const json = await response.json() return [response, json] } -} \ No newline at end of file +} diff --git a/qa-core/src/config/internal-api/TestConfiguration/tables.ts b/qa-core/src/config/internal-api/TestConfiguration/tables.ts index 0061291524..bbafc73de5 100644 --- a/qa-core/src/config/internal-api/TestConfiguration/tables.ts +++ b/qa-core/src/config/internal-api/TestConfiguration/tables.ts @@ -37,4 +37,4 @@ export default class TablesApi { return [response, json] } -} \ No newline at end of file +} diff --git a/qa-core/src/config/internal-api/fixtures/rows.ts b/qa-core/src/config/internal-api/fixtures/rows.ts index fa071221a4..f3c12d9ddd 100644 --- a/qa-core/src/config/internal-api/fixtures/rows.ts +++ b/qa-core/src/config/internal-api/fixtures/rows.ts @@ -5,4 +5,4 @@ export const generateNewRowForTable = (tableId: string): Row => { TestColumn: "TestRow", tableId: tableId } -} \ No newline at end of file +} diff --git a/qa-core/src/config/internal-api/fixtures/table.ts b/qa-core/src/config/internal-api/fixtures/table.ts index b7bfbd6ff6..9787dc500a 100644 --- a/qa-core/src/config/internal-api/fixtures/table.ts +++ b/qa-core/src/config/internal-api/fixtures/table.ts @@ -32,4 +32,3 @@ export const generateNewColumnForTable = (tableData: any): Table => { newColumn.updatedAt = new Date().toISOString() return newColumn } - diff --git a/qa-core/src/config/internal-api/fixtures/types/responseMessage.ts b/qa-core/src/config/internal-api/fixtures/types/responseMessage.ts index 97db21c4c1..74931123fa 100644 --- a/qa-core/src/config/internal-api/fixtures/types/responseMessage.ts +++ b/qa-core/src/config/internal-api/fixtures/types/responseMessage.ts @@ -1 +1 @@ -export interface responseMessage { message: string } \ No newline at end of file +export interface responseMessage { message: string }