|
@ -24,7 +24,7 @@ module.exports = class { |
|
|
const characterIds = log.characters.map(c => c.id); |
|
|
const characterIds = log.characters.map(c => c.id); |
|
|
const nexts = [] |
|
|
const nexts = [] |
|
|
const prevs = [] |
|
|
const prevs = [] |
|
|
const foundGroups = {} |
|
|
|
|
|
|
|
|
let foundGroups = {} |
|
|
let foundChannel = false |
|
|
let foundChannel = false |
|
|
|
|
|
|
|
|
for (let i = index - 1; i >= 0; --i) { |
|
|
for (let i = index - 1; i >= 0; --i) { |
|
|