chore: cleanup unused variables
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-09-29 20:14:16 +02:00
parent b70bba5401
commit 9cc37bcaac
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
const searchLength = 6
const listPrefixes = ['*', '-']
const unchecked = '[ ]'
const checked = '[x]'
interface CheckboxStatistics {