Commit 1a45a26
authored
Update main.js
On my first attempts to run this with my projects layers (note: not using rarity delimiter), the code would error with the stack trace that follows. This change made my code work, but this PR is to point out the issue more than to propose that this is the perfect solution.
```UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'split' of undefined
at cleanDna (/Users/christopherfoley/nft/hashlips_art_engine/src/main.js:54:25)
at /Users/christopherfoley/nft/hashlips_art_engine/src/main.js:151:22```1 parent 951c19d commit 1a45a26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments