We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712c25f commit 227ad50Copy full SHA for 227ad50
source/views/sis/student-work/clean-job.js
@@ -54,7 +54,7 @@ export function getLinksFromJob(job: JobType) {
54
}
55
56
function parseLinks(data: string) {
57
- const allLinks = data.split(' ')
+ const allLinks = data.split(/\s/)
58
if (!allLinks.length) {
59
return []
60
0 commit comments