Commit 7dd2deb1 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'hly-fix-sast-syntax-error' into 'master'

Add param to catch fo fix failing SAST job

See merge request gitlab-org/gitlab!18847
parents 98f2f02a dcc65dea
......@@ -41,7 +41,7 @@ export const isValidDate = dateString => {
return true;
}
return false;
} catch {
} catch (e) {
return false;
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment