0
0
Fork 0

Remove unused config properties

This commit is contained in:
Oliver-Akins 2021-01-03 16:32:42 -07:00
parent 4a9092bedb
commit e6330f1ae4
2 changed files with 0 additions and 8 deletions

View file

@ -21,11 +21,9 @@ interface config {
questions: { questions: {
fingerprint: string; fingerprint: string;
column: number; column: number;
header_rows: number;
}; };
objects: { objects: {
fingerprint: string; fingerprint: string;
header_rows: number;
}; };
}; };
}; };

View file

@ -35,9 +35,6 @@ key = ''
# Sheets to indicate which sheet to use when downloading the content. # Sheets to indicate which sheet to use when downloading the content.
fingerprint = '' 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. # The zero-indexed column number to use when getting the question text.
column = 0 column = 0
@ -49,9 +46,6 @@ column = 0
# Sheets to indicate which sheet to use when downloading the content. # Sheets to indicate which sheet to use when downloading the content.
fingerprint = '' fingerprint = ''
# The quantity of header rows in the CSV file or Google Sheet
header_rows = 1
[webserver] [webserver]
# whether or not to enable the integrated webserver. # whether or not to enable the integrated webserver.