diff --git a/server/src/types/config.d.ts b/server/src/types/config.d.ts index ebf251c..3cc0527 100644 --- a/server/src/types/config.d.ts +++ b/server/src/types/config.d.ts @@ -21,11 +21,9 @@ interface config { questions: { fingerprint: string; column: number; - header_rows: number; }; objects: { fingerprint: string; - header_rows: number; }; }; }; diff --git a/server/template.toml b/server/template.toml index 8b1a441..06f4f51 100644 --- a/server/template.toml +++ b/server/template.toml @@ -35,9 +35,6 @@ key = '' # Sheets to indicate which sheet to use when downloading the content. fingerprint = '' -# The quantity of header rows in the CSV file or Google Sheet -header_rows = 1 - # The zero-indexed column number to use when getting the question text. column = 0 @@ -49,9 +46,6 @@ column = 0 # Sheets to indicate which sheet to use when downloading the content. fingerprint = '' -# The quantity of header rows in the CSV file or Google Sheet -header_rows = 1 - [webserver] # whether or not to enable the integrated webserver.