filters.js -> filters.ts

This commit is contained in:
Igor Lobanov
2024-06-05 16:19:13 +02:00
parent 3d4ce6554c
commit f783e90040
3 changed files with 3 additions and 3 deletions

View File

@@ -385,7 +385,7 @@ var config = &configuration{
Ignored: []string{},
},
// NOTE: Keep these parameters in sync with the one put into
// client/src/helpers/filters/filters.js by scripts/vetted-filters.
// client/src/helpers/filters/filters.ts by scripts/vetted-filters.
//
// TODO(a.garipov): Think of a way to make scripts/vetted-filters update
// these as well if necessary.