Skip to content

Commit

Permalink
chore: add note to update guide to sync with file exts (#6876)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshuli authored Nov 9, 2023
1 parent 9cf4594 commit 42b172a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/utils/file-validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 42b172a

Please sign in to comment.