Skip to content

Commit

Permalink
Merge pull request #59 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 881fa3e + a010ab0 commit 0959d37
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 0959d37

Please sign in to comment.