Commit 935963c
committed
Revert regex pattern to string interpolation - concatenation broke GUID extraction
The concatenation approach suggested by Copilot broke the regex matching.
Reverting to the original string interpolation which works correctly.
String interpolation in static contexts is fine for this use case.1 parent e9ca6f8 commit 935963c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments