From e6330f1ae4b8456f5a54208c219a30647022adf8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 3 Jan 2021 16:32:42 -0700 Subject: [PATCH] Remove unused config properties --- server/src/types/config.d.ts | 2 -- server/template.toml | 6 ------ 2 files changed, 8 deletions(-) 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.