Skip to content

Commit

Permalink
Merge pull request #68 from NHSDigital/feature/nrlf-284-auth-whitespa…
Browse files Browse the repository at this point in the history
…ce-separation

[NRLF-284] Change separator to whitespace for nrlPointerTypes
  • Loading branch information
Brian Bayes authored Mar 29, 2023
2 parents 45fc91b + bb690a7 commit 58dc065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

// Convert it into a complex object
var lines = nrlPointerTypes.split('\n');
var lines = nrlPointerTypes.split(' ');
var pointerTypes = [];
for (var i=0;i<lines.length;i++) {
var line = lines[i];
Expand Down

0 comments on commit 58dc065

Please sign in to comment.