chore: remove trailing semicolono from jsdoc types

This commit is contained in:
Eric Liu 2020-07-27 06:23:31 -07:00
commit a10693659e
12 changed files with 22 additions and 24 deletions

View file

@ -25,7 +25,7 @@
/**
* Override the default behavior of clearing the array of uploaded files
* @type {() => any;} [clearFiles = () => void;]
* @type {() => any} [clearFiles = () => void]
*/
export const clearFiles = () => {
files = [];