mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-14 02:12:43 -05:00
chore: lint fix
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user