mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix parsing of instances
This commit is contained in:
@@ -167,7 +167,7 @@ export default {
|
||||
const lines = body.split('\n')
|
||||
lines.forEach(line => {
|
||||
const split = line.split('|')
|
||||
if (split.length === 4) {
|
||||
if (split.length === 5) {
|
||||
if (skipped < 2) {
|
||||
skipped++
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user