chore: lint fix

This commit is contained in:
Tiago Farto
2026-03-13 16:52:34 +00:00
parent 7ffcfa5b36
commit a48db4d127

View File

@@ -56,6 +56,6 @@ export const DATE_STORAGE_FORMATS: Record<TSurveyDateStorageFormat, DateFormatDe
/**
* All format ids as an array (for iteration, e.g. dropdowns or try-parse).
* When used for try-parse without format metadata, the first matching format wins;
* order is M-d-y, d-M-y, y-M-d (see parseDateWithFormats in @formbricks/surveys).
* order is M-d-y, d-M-y, y-M-d (see parseDateWithFormats in \@formbricks/surveys).
*/
export const DATE_STORAGE_FORMATS_LIST: TSurveyDateStorageFormat[] = [...DATE_STORAGE_FORMAT_IDS];