From 42b172a58352ad8dad5ba69177d876955fcbdcae Mon Sep 17 00:00:00 2001 From: tshuli <63710093+tshuli@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:06:38 +0800 Subject: [PATCH] chore: add note to update guide to sync with file exts (#6876) --- shared/utils/file-validation.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/utils/file-validation.ts b/shared/utils/file-validation.ts index a0159bc13c..cbdf076b30 100644 --- a/shared/utils/file-validation.ts +++ b/shared/utils/file-validation.ts @@ -2,6 +2,8 @@ import JSZip from 'jszip' import flattenDeep from 'lodash/flattenDeep' import uniq from 'lodash/uniq' +// Note: Guide should be updated if the list of valid extensions is changed. +// https://guide.form.gov.sg/faq/faq/attachments export const VALID_EXTENSIONS = [ '.asc', '.avi',