mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-27 01:46:25 -07:00
typo
This commit is contained in:
parent
ff1bd37bd7
commit
f4cda91e3b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default define(meta, async (ps) => {
|
||||||
qb.andWhere(`log.domain[${i + 1}] != :${p}`, { [p]: subDomain });
|
qb.andWhere(`log.domain[${i + 1}] != :${p}`, { [p]: subDomain });
|
||||||
} else {
|
} else {
|
||||||
// SQL is 1 based, so we need '+ 1'
|
// SQL is 1 based, so we need '+ 1'
|
||||||
qb.andWhere(`log.domain[${i + 1}] == :${p}`, { [p]: subDomain });
|
qb.andWhere(`log.domain[${i + 1}] = :${p}`, { [p]: subDomain });
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue