Commit b38ed16
Fix invalid JS syntax in autonumber fix script (#1753)
Previously, the file used invalid JS comment
syntax and was missing a closing bracket on
its while block.
Co-authored-by: wiz0floyd <[email protected]>1 parent e946ac1 commit b38ed16
File tree
1 file changed
+6
-8
lines changed- Specialized Areas/Fix scripts/AutoNumberIssueFix
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments